#CF771D

Color #CF771D Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CF771D

Tints of Ochre #CF771D

Color information

#CF771D (or 0xCF771D) is unknown color: approx Ochre. HEX triplet: CF, 77 and 1D. RGB value is (207,119,29). Sum of RGB (Red+Green+Blue) = 207+119+29=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF771D is #3088E2. Grayscale: #878787. Windows color (decimal): -3180771 or 1931215. OLE color: 1931215.

HSL color Cylindrical-coordinate representation of color #CF771D: hue angle of 30.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF771D is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20711929-
CMYK00.430.860.19
HSL30.34º75.42%46.27%-
HSV(B)30.34º85.99%81.18%-
XYZ32.5526.554.57-
YUV135.0568.15179.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 58.31%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 29 (11.72% from 255) = 8.17%
R=58.31%
G=33.52%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071192900.430.860.1930.3475.4246.27
HexCF771D02B56131e4b2e
Octal31716735053126233611356
Binary110011111110111111010101011101011010011111101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF771D; }

 p { color: rgb(207,119,29); }

 H1.HeaderClassName
 {
   color: #CF771D;
 }
 .AnyTagClassName
 {
   color: #CF771D;
 }
</style>
background-color css

<style>
 a { background-color: #CF771D; }

 a { background-color: rgb(207,119,29); }

 div.DivClassName
 {
   background-color: #CF771D;
 }
 .BgClassName
 {
   background-color: #CF771D;
 }
</style>
border-color css

<style>
 span { border-color: #CF771D; }

 span { border-color: rgb(207,119,29); }

 td.TdClassName
 {
   border-color: #CF771D;
 }
 .TagClassName
 {
   border-color: #CF771D;
 }
</style>