Html Css Color HEX #C77221 Ochre

📋 copy color: '#C77221'

red 199 ◦ green 114 ◦ blue 33

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

Shades of Ochre #C77221

Tints of Ochre #C77221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 57.51%
G = 32.95%
B = 9.54%

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

#C77221 (or 0xC77221) is known color: Ochre. HEX triplet: C7, 72 and 21. RGB value is (199,114,33). Sum of RGB (Red+Green+Blue) = 199+114+33=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C77221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77221 is #388DDE. Grayscale: #828282. Windows color (decimal): -3706335 or 2192071. OLE color: 2192071.

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

Color convert

RGB 199 114 33 -
CMYK 0 0.43 0.83 0.22
HSL 29.28º 0.72% 0.45% -
HSV(B) 29.28º 0.83% 0.78% -
XYZ 29.85 24.29 4.55 -
YUV 130.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 199 114 33 0 0.43 0.83 0.22 29.28 0.72 0.45
Hex C7 72 21 0 2B 53 16 1D 48 2D
Octal 307 162 41 0 53 123 26 35 110 55
Binary 11000111 1110010 100001 0 101011 1010011 10110 11101 1001000 101101

Color Harmonies of #C77221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77221

Black with #C77221

Text Example


Text Example

White with #C77221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77221; }

 p { color: rgb(199,114,33); }

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

background-color css

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

 a { background-color: rgb(199,114,33); }

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

border-color css

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

 span { border-color: rgb(199,114,33); }

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