#C77127

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

Shades of Ochre #C77127

Tints of Ochre #C77127

Color information

#C77127 (or 0xC77127) is unknown color: approx Ochre. HEX triplet: C7, 71 and 27. RGB value is (199,113,39). Sum of RGB (Red+Green+Blue) = 199+113+39=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77127 is #388ED8. Grayscale: #828282. Windows color (decimal): -3706585 or 2585031. OLE color: 2585031.

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

Color convert

RGB19911339-
CMYK00.430.800.22
HSL27.75º67.23%46.67%-
HSV(B)27.75º80.4%78.04%-
XYZ29.8224.15-
YUV130.2876.49177.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.70%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=56.70%
G=32.19%
B=11.11%

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
Decimal1991133900.430.800.2227.7567.2346.67
HexC7712702B50161c432f
Octal30716147053120263410357
Binary1100011111100011001110101011101000010110111001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77127; }

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

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

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

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

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

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

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

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