Html Css Color HEX #C87722 Ochre

📋 copy color: '#C87722'

red 200 ◦ green 119 ◦ blue 34

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

Shades of Ochre #C87722

Tints of Ochre #C87722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 56.66%
G = 33.71%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C87722 (or 0xC87722) is known color: Ochre. HEX triplet: C8, 77 and 22. RGB value is (200,119,34). Sum of RGB (Red+Green+Blue) = 200+119+34=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C87722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87722 is #3788DD. Grayscale: #858585. Windows color (decimal): -3639518 or 2258888. OLE color: 2258888.

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

Color convert

RGB 200 119 34 -
CMYK 0 0.40 0.83 0.22
HSL 30.72º 0.71% 0.46% -
HSV(B) 30.72º 0.83% 0.78% -
XYZ 30.7 25.59 4.83 -
YUV 133.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 200 119 34 0 0.40 0.83 0.22 30.72 0.71 0.46
Hex C8 77 22 0 28 53 16 1F 47 2E
Octal 310 167 42 0 50 123 26 37 107 56
Binary 11001000 1110111 100010 0 101000 1010011 10110 11111 1000111 101110

Color Harmonies of #C87722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87722

Black with #C87722

Text Example


Text Example

White with #C87722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87722; }

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

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

background-color css

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

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

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

border-color css

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

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

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