Html Css Color HEX #C87811 Ochre

📋 copy color: '#C87811'

red 200 ◦ green 120 ◦ blue 17

#C87811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C87811

Tints of Ochre #C87811

RGB

 RED value IS 200 (78.52% from 255) = 59.35%

 GREEN value IS 120 (47.27% from 255) = 35.61%

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 59.35%
G = 35.61%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87811 (or 0xC87811) is known color: Ochre. HEX triplet: C8, 78 and 11. RGB value is (200,120,17). Sum of RGB (Red+Green+Blue) = 200+120+17=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C87811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87811 is #3787EE. Grayscale: #848484. Windows color (decimal): -3639279 or 1145032. OLE color: 1145032.

HSL color Cylindrical-coordinate representation of color #C87811: hue angle of 33.77º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C87811 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 17 -
CMYK 0 0.4 0.92 0.22
HSL 33.77º 0.84% 0.43% -
HSV(B) 33.77º 0.92% 0.78% -
XYZ 30.64 25.75 3.89 -
YUV 132.18 63 176.38 -
System Red Green Blue C M Y K H S L
Decimal 200 120 17 0 0.4 0.92 0.22 33.77 0.84 0.43
Hex C8 78 11 0 28 5C 16 22 54 2B
Octal 310 170 21 0 50 134 26 42 124 53
Binary 11001000 1111000 10001 0 101000 1011100 10110 100010 1010100 101011

Color Harmonies of #C87811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87811

Black with #C87811

Text Example


Text Example

White with #C87811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87811; }

 p { color: rgb(200,120,17); }

 H1.HeaderClassName
 {
   color: #C87811;
 }
 .AnyTagClassName
 {
   color: #C87811;
 }
</style>

background-color css

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

 a { background-color: rgb(200,120,17); }

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

border-color css

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

 span { border-color: rgb(200,120,17); }

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