Html Css Color HEX #C87922 Ochre

📋 copy color: '#C87922'

red 200 ◦ green 121 ◦ blue 34

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

Shades of Ochre #C87922

Tints of Ochre #C87922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

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

R = 56.34%
G = 34.08%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C87922 (or 0xC87922) is known color: Ochre. HEX triplet: C8, 79 and 22. RGB value is (200,121,34). Sum of RGB (Red+Green+Blue) = 200+121+34=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C87922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87922 is #3786DD. Grayscale: #878787. Windows color (decimal): -3639006 or 2259400. OLE color: 2259400.

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

Color convert

RGB 200 121 34 -
CMYK 0 0.39 0.83 0.22
HSL 31.45º 0.71% 0.46% -
HSV(B) 31.45º 0.83% 0.78% -
XYZ 30.95 26.07 4.91 -
YUV 134.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 200 121 34 0 0.39 0.83 0.22 31.45 0.71 0.46
Hex C8 79 22 0 27 53 16 1F 47 2E
Octal 310 171 42 0 47 123 26 37 107 56
Binary 11001000 1111001 100010 0 100111 1010011 10110 11111 1000111 101110

Color Harmonies of #C87922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87922

Black with #C87922

Text Example


Text Example

White with #C87922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87922; }

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

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

background-color css

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

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

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

border-color css

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

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

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