Html Css Color HEX #C87424 Ochre

📋 copy color: '#C87424'

red 200 ◦ green 116 ◦ blue 36

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

Shades of Ochre #C87424

Tints of Ochre #C87424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.23%

R = 56.82%
G = 32.95%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87424 (or 0xC87424) is known color: Ochre. HEX triplet: C8, 74 and 24. RGB value is (200,116,36). Sum of RGB (Red+Green+Blue) = 200+116+36=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C87424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87424 is #378BDB. Grayscale: #848484. Windows color (decimal): -3640284 or 2389192. OLE color: 2389192.

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

Color convert

RGB 200 116 36 -
CMYK 0 0.42 0.82 0.22
HSL 29.27º 0.69% 0.46% -
HSV(B) 29.27º 0.82% 0.78% -
XYZ 30.38 24.9 4.87 -
YUV 132 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 200 116 36 0 0.42 0.82 0.22 29.27 0.69 0.46
Hex C8 74 24 0 2A 52 16 1D 45 2E
Octal 310 164 44 0 52 122 26 35 105 56
Binary 11001000 1110100 100100 0 101010 1010010 10110 11101 1000101 101110

Color Harmonies of #C87424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87424

Black with #C87424

Text Example


Text Example

White with #C87424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87424; }

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

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

background-color css

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

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

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

border-color css

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

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

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