Html Css Color HEX #C77922 Ochre

📋 copy color: '#C77922'

red 199 ◦ green 121 ◦ blue 34

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

Shades of Ochre #C77922

Tints of Ochre #C77922

RGB

 RED value IS 199 (78.13% from 255) = 56.21%

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

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

R = 56.21%
G = 34.18%
B = 9.6%

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

#C77922 (or 0xC77922) is known color: Ochre. HEX triplet: C7, 79 and 22. RGB value is (199,121,34). Sum of RGB (Red+Green+Blue) = 199+121+34=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C77922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77922 is #3886DD. Grayscale: #868686. Windows color (decimal): -3704542 or 2259399. OLE color: 2259399.

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

Color convert

RGB 199 121 34 -
CMYK 0 0.39 0.83 0.22
HSL 31.64º 0.71% 0.46% -
HSV(B) 31.64º 0.83% 0.78% -
XYZ 30.68 25.93 4.9 -
YUV 134.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 199 121 34 0 0.39 0.83 0.22 31.64 0.71 0.46
Hex C7 79 22 0 27 53 16 20 47 2E
Octal 307 171 42 0 47 123 26 40 107 56
Binary 11000111 1111001 100010 0 100111 1010011 10110 100000 1000111 101110

Color Harmonies of #C77922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77922

Black with #C77922

Text Example


Text Example

White with #C77922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77922; }

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

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

background-color css

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

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

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

border-color css

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

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

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