Html Css Color HEX #C87529 Ochre

📋 copy color: '#C87529'

red 200 ◦ green 117 ◦ blue 41

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

Shades of Ochre #C87529

Tints of Ochre #C87529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 55.87%
G = 32.68%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87529 (or 0xC87529) is known color: Ochre. HEX triplet: C8, 75 and 29. RGB value is (200,117,41). Sum of RGB (Red+Green+Blue) = 200+117+41=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C87529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87529 is #378AD6. Grayscale: #858585. Windows color (decimal): -3640023 or 2717128. OLE color: 2717128.

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

Color convert

RGB 200 117 41 -
CMYK 0 0.42 0.80 0.22
HSL 28.68º 0.66% 0.47% -
HSV(B) 28.68º 0.8% 0.78% -
XYZ 30.58 25.16 5.34 -
YUV 133.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 200 117 41 0 0.42 0.80 0.22 28.68 0.66 0.47
Hex C8 75 29 0 2A 50 16 1D 42 2F
Octal 310 165 51 0 52 120 26 35 102 57
Binary 11001000 1110101 101001 0 101010 1010000 10110 11101 1000010 101111

Color Harmonies of #C87529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87529

Black with #C87529

Text Example


Text Example

White with #C87529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87529; }

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

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

background-color css

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

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

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

border-color css

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

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

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