Html Css Color HEX #C87810 Ochre

📋 copy color: '#C87810'

red 200 ◦ green 120 ◦ blue 16

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

Shades of Ochre #C87810

Tints of Ochre #C87810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 59.52%
G = 35.71%
B = 4.76%

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

#C87810 (or 0xC87810) is known color: Ochre. HEX triplet: C8, 78 and 10. RGB value is (200,120,16). Sum of RGB (Red+Green+Blue) = 200+120+16=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87810 is #3787EF. Grayscale: #848484. Windows color (decimal): -3639280 or 1079496. OLE color: 1079496.

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

Color convert

RGB 200 120 16 -
CMYK 0 0.4 0.92 0.22
HSL 33.91º 0.85% 0.42% -
HSV(B) 33.91º 0.92% 0.78% -
XYZ 30.63 25.75 3.85 -
YUV 132.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 200 120 16 0 0.4 0.92 0.22 33.91 0.85 0.42
Hex C8 78 10 0 28 5C 16 22 55 2A
Octal 310 170 20 0 50 134 26 42 125 52
Binary 11001000 1111000 10000 0 101000 1011100 10110 100010 1010101 101010

Color Harmonies of #C87810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87810

Black with #C87810

Text Example


Text Example

White with #C87810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87810; }

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

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

background-color css

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

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

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

border-color css

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

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

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