#71372C

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

Shades of Mocha #71372C

Tints of Mocha #71372C

Color information

#71372C (or 0x71372C) is unknown color: approx Mocha. HEX triplet: 71, 37 and 2C. RGB value is (113,55,44). Sum of RGB (Red+Green+Blue) = 113+55+44=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71372C is #8EC8D3. Grayscale: #474747. Windows color (decimal): -9357524 or 2897777. OLE color: 2897777.

HSL color Cylindrical-coordinate representation of color #71372C: hue angle of 9.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71372C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1135544-
CMYK00.510.610.56
HSL9.57º43.95%30.78%-
HSV(B)9.57º61.06%44.31%-
XYZ8.636.423.17-
YUV71.09112.72157.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=53.30%
G=25.94%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113554400.510.610.569.5743.9530.78
Hex71372C0333D38a2c1f
Octal16167540637570125437
Binary11100011101111011000110011111101111000101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71372C; }

 p { color: rgb(113,55,44); }

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

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

 a { background-color: rgb(113,55,44); }

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

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

 span { border-color: rgb(113,55,44); }

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