Html Css Color HEX #C87812 Ochre

📋 copy color: '#C87812'

red 200 ◦ green 120 ◦ blue 18

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

Shades of Ochre #C87812

Tints of Ochre #C87812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 59.17%
G = 35.5%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C87812 (or 0xC87812) is known color: Ochre. HEX triplet: C8, 78 and 12. RGB value is (200,120,18). Sum of RGB (Red+Green+Blue) = 200+120+18=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C87812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87812 is #3787ED. Grayscale: #848484. Windows color (decimal): -3639278 or 1210568. OLE color: 1210568.

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

Color convert

RGB 200 120 18 -
CMYK 0 0.4 0.91 0.22
HSL 33.63º 0.83% 0.43% -
HSV(B) 33.63º 0.91% 0.78% -
XYZ 30.65 25.76 3.93 -
YUV 132.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 200 120 18 0 0.4 0.91 0.22 33.63 0.83 0.43
Hex C8 78 12 0 28 5B 16 22 53 2B
Octal 310 170 22 0 50 133 26 42 123 53
Binary 11001000 1111000 10010 0 101000 1011011 10110 100010 1010011 101011

Color Harmonies of #C87812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87812

Black with #C87812

Text Example


Text Example

White with #C87812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87812; }

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

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

background-color css

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

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

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

border-color css

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

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

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