#C77227

Color #C77227 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C77227

Tints of Ochre #C77227

Color information

#C77227 (or 0xC77227) is unknown color: approx Ochre. HEX triplet: C7, 72 and 27. RGB value is (199,114,39). Sum of RGB (Red+Green+Blue) = 199+114+39=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C77227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77227 is #388DD8. Grayscale: #838383. Windows color (decimal): -3706329 or 2585287. OLE color: 2585287.

HSL color Cylindrical-coordinate representation of color #C77227: hue angle of 28.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77227 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19911439-
CMYK00.430.800.22
HSL28.12º67.23%46.67%-
HSV(B)28.12º80.4%78.04%-
XYZ29.9424.325.04-
YUV130.8676.16176.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 39 (15.62% from 255) = 11.08%
R=56.53%
G=32.39%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991143900.430.800.2228.1267.2346.67
HexC7722702B50161c432f
Octal30716247053120263410357
Binary1100011111100101001110101011101000010110111001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77227; }

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

 H1.HeaderClassName
 {
   color: #C77227;
 }
 .AnyTagClassName
 {
   color: #C77227;
 }
</style>
background-color css

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

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

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

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

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

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