Html Css Color HEX #C77122 Ochre

📋 copy color: '#C77122'

red 199 ◦ green 113 ◦ blue 34

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

Shades of Ochre #C77122

Tints of Ochre #C77122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

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

R = 57.51%
G = 32.66%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C77122 (or 0xC77122) is known color: Ochre. HEX triplet: C7, 71 and 22. RGB value is (199,113,34). Sum of RGB (Red+Green+Blue) = 199+113+34=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C77122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77122 is #388EDD. Grayscale: #828282. Windows color (decimal): -3706590 or 2257351. OLE color: 2257351.

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

Color convert

RGB 199 113 34 -
CMYK 0 0.43 0.83 0.22
HSL 28.73º 0.71% 0.46% -
HSV(B) 28.73º 0.83% 0.78% -
XYZ 29.75 24.07 4.59 -
YUV 129.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 199 113 34 0 0.43 0.83 0.22 28.73 0.71 0.46
Hex C7 71 22 0 2B 53 16 1D 47 2E
Octal 307 161 42 0 53 123 26 35 107 56
Binary 11000111 1110001 100010 0 101011 1010011 10110 11101 1000111 101110

Color Harmonies of #C77122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77122

Black with #C77122

Text Example


Text Example

White with #C77122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77122; }

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

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

background-color css

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

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

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

border-color css

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

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

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