Html Css Color HEX #C87528 Ochre

📋 copy color: '#C87528'

red 200 ◦ green 117 ◦ blue 40

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

Shades of Ochre #C87528

Tints of Ochre #C87528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 56.02%
G = 32.77%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C87528 (or 0xC87528) is known color: Ochre. HEX triplet: C8, 75 and 28. RGB value is (200,117,40). Sum of RGB (Red+Green+Blue) = 200+117+40=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87528 is #378AD7. Grayscale: #858585. Windows color (decimal): -3640024 or 2651592. OLE color: 2651592.

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

Color convert

RGB 200 117 40 -
CMYK 0 0.42 0.8 0.22
HSL 28.88º 0.67% 0.47% -
HSV(B) 28.88º 0.8% 0.78% -
XYZ 30.56 25.16 5.25 -
YUV 133.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 200 117 40 0 0.42 0.8 0.22 28.88 0.67 0.47
Hex C8 75 28 0 2A 50 16 1D 43 2F
Octal 310 165 50 0 52 120 26 35 103 57
Binary 11001000 1110101 101000 0 101010 1010000 10110 11101 1000011 101111

Color Harmonies of #C87528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87528

Black with #C87528

Text Example


Text Example

White with #C87528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87528; }

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

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

background-color css

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

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

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

border-color css

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

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

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