Html Css Color HEX #C87829 Ochre

📋 copy color: '#C87829'

red 200 ◦ green 120 ◦ blue 41

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

Shades of Ochre #C87829

Tints of Ochre #C87829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

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

R = 55.4%
G = 33.24%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87829 (or 0xC87829) is known color: Ochre. HEX triplet: C8, 78 and 29. RGB value is (200,120,41). Sum of RGB (Red+Green+Blue) = 200+120+41=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C87829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87829 is #3787D6. Grayscale: #878787. Windows color (decimal): -3639255 or 2717896. OLE color: 2717896.

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

Color convert

RGB 200 120 41 -
CMYK 0 0.4 0.80 0.22
HSL 29.81º 0.66% 0.47% -
HSV(B) 29.81º 0.8% 0.78% -
XYZ 30.94 25.87 5.46 -
YUV 134.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 200 120 41 0 0.4 0.80 0.22 29.81 0.66 0.47
Hex C8 78 29 0 28 50 16 1E 42 2F
Octal 310 170 51 0 50 120 26 36 102 57
Binary 11001000 1111000 101001 0 101000 1010000 10110 11110 1000010 101111

Color Harmonies of #C87829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87829

Black with #C87829

Text Example


Text Example

White with #C87829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87829; }

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

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

background-color css

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

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

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

border-color css

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

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

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