Html Css Color HEX #C87518 Ochre

📋 copy color: '#C87518'

red 200 ◦ green 117 ◦ blue 24

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

Shades of Ochre #C87518

Tints of Ochre #C87518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

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

R = 58.65%
G = 34.31%
B = 7.04%

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

#C87518 (or 0xC87518) is known color: Ochre. HEX triplet: C8, 75 and 18. RGB value is (200,117,24). Sum of RGB (Red+Green+Blue) = 200+117+24=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C87518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87518 is #378AE7. Grayscale: #838383. Windows color (decimal): -3640040 or 1603016. OLE color: 1603016.

HSL color Cylindrical-coordinate representation of color #C87518: hue angle of 31.7º 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 #C87518 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 24 -
CMYK 0 0.42 0.88 0.22
HSL 31.7º 0.79% 0.44% -
HSV(B) 31.7º 0.88% 0.78% -
XYZ 30.35 25.07 4.1 -
YUV 131.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 200 117 24 0 0.42 0.88 0.22 31.7 0.79 0.44
Hex C8 75 18 0 2A 58 16 20 4F 2C
Octal 310 165 30 0 52 130 26 40 117 54
Binary 11001000 1110101 11000 0 101010 1011000 10110 100000 1001111 101100

Color Harmonies of #C87518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87518

Black with #C87518

Text Example


Text Example

White with #C87518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87518; }

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

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

background-color css

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

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

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

border-color css

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

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

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