Html Css Color HEX #C87418 Ochre

📋 copy color: '#C87418'

red 200 ◦ green 116 ◦ blue 24

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

Shades of Ochre #C87418

Tints of Ochre #C87418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 24 (9.77% from 255) = 7.06%

R = 58.82%
G = 34.12%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87418 (or 0xC87418) is known color: Ochre. HEX triplet: C8, 74 and 18. RGB value is (200,116,24). Sum of RGB (Red+Green+Blue) = 200+116+24=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87418 is #378BE7. Grayscale: #838383. Windows color (decimal): -3640296 or 1602760. OLE color: 1602760.

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

Color convert

RGB 200 116 24 -
CMYK 0 0.42 0.88 0.22
HSL 31.36º 0.79% 0.44% -
HSV(B) 31.36º 0.88% 0.78% -
XYZ 30.23 24.84 4.06 -
YUV 130.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 200 116 24 0 0.42 0.88 0.22 31.36 0.79 0.44
Hex C8 74 18 0 2A 58 16 1F 4F 2C
Octal 310 164 30 0 52 130 26 37 117 54
Binary 11001000 1110100 11000 0 101010 1011000 10110 11111 1001111 101100

Color Harmonies of #C87418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87418

Black with #C87418

Text Example


Text Example

White with #C87418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87418; }

 p { color: rgb(200,116,24); }

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

background-color css

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

 a { background-color: rgb(200,116,24); }

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

border-color css

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

 span { border-color: rgb(200,116,24); }

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