Html Css Color HEX #C87729 Ochre

📋 copy color: '#C87729'

red 200 ◦ green 119 ◦ blue 41

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

Shades of Ochre #C87729

Tints of Ochre #C87729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

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

R = 55.56%
G = 33.06%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87729 (or 0xC87729) is known color: Ochre. HEX triplet: C8, 77 and 29. RGB value is (200,119,41). Sum of RGB (Red+Green+Blue) = 200+119+41=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C87729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87729 is #3788D6. Grayscale: #868686. Windows color (decimal): -3639511 or 2717640. OLE color: 2717640.

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

Color convert

RGB 200 119 41 -
CMYK 0 0.40 0.80 0.22
HSL 29.43º 0.66% 0.47% -
HSV(B) 29.43º 0.8% 0.78% -
XYZ 30.82 25.63 5.42 -
YUV 134.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 200 119 41 0 0.40 0.80 0.22 29.43 0.66 0.47
Hex C8 77 29 0 28 50 16 1D 42 2F
Octal 310 167 51 0 50 120 26 35 102 57
Binary 11001000 1110111 101001 0 101000 1010000 10110 11101 1000010 101111

Color Harmonies of #C87729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87729

Black with #C87729

Text Example


Text Example

White with #C87729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87729; }

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

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

background-color css

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

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

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

border-color css

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

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

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