#C8770D

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

Shades of Ochre #C8770D

Tints of Ochre #C8770D

Color information

#C8770D (or 0xC8770D) is unknown color: approx Ochre. HEX triplet: C8, 77 and 0D. RGB value is (200,119,13). Sum of RGB (Red+Green+Blue) = 200+119+13=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8770D is #3788F2. Grayscale: #838383. Windows color (decimal): -3639539 or 882632. OLE color: 882632.

HSL color Cylindrical-coordinate representation of color #C8770D: hue angle of 34.01º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8770D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB20011913-
CMYK00.400.940.22
HSL34.01º87.79%41.76%-
HSV(B)34.01º93.5%78.43%-
XYZ30.4925.53.7-
YUV131.1461.34177.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.24%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=60.24%
G=35.84%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001191300.400.940.2234.0187.7941.76
HexC877D0285E1622582a
Octal31016715050136264213052
Binary110010001110111110101010001011110101101000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8770D; }

 p { color: rgb(200,119,13); }

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

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

 a { background-color: rgb(200,119,13); }

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

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

 span { border-color: rgb(200,119,13); }

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