Html Css Color HEX #C77022 Ochre

📋 copy color: '#C77022'

red 199 ◦ green 112 ◦ blue 34

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

Shades of Ochre #C77022

Tints of Ochre #C77022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 57.68%
G = 32.46%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C77022 (or 0xC77022) is known color: Ochre. HEX triplet: C7, 70 and 22. RGB value is (199,112,34). Sum of RGB (Red+Green+Blue) = 199+112+34=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C77022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77022 is #388FDD. Grayscale: #818181. Windows color (decimal): -3706846 or 2257095. OLE color: 2257095.

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

Color convert

RGB 199 112 34 -
CMYK 0 0.44 0.83 0.22
HSL 28.36º 0.71% 0.46% -
HSV(B) 28.36º 0.83% 0.78% -
XYZ 29.64 23.85 4.55 -
YUV 129.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 199 112 34 0 0.44 0.83 0.22 28.36 0.71 0.46
Hex C7 70 22 0 2C 53 16 1C 47 2E
Octal 307 160 42 0 54 123 26 34 107 56
Binary 11000111 1110000 100010 0 101100 1010011 10110 11100 1000111 101110

Color Harmonies of #C77022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77022

Black with #C77022

Text Example


Text Example

White with #C77022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77022; }

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

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

background-color css

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

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

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

border-color css

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

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

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