#71332B

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

Shades of Mocha #71332B

Tints of Mocha #71332B

Color information

#71332B (or 0x71332B) is unknown color: approx Mocha. HEX triplet: 71, 33 and 2B. RGB value is (113,51,43). Sum of RGB (Red+Green+Blue) = 113+51+43=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71332B is #8ECCD4. Grayscale: #444444. Windows color (decimal): -9358549 or 2831217. OLE color: 2831217.

HSL color Cylindrical-coordinate representation of color #71332B: hue angle of 6.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71332B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1135143-
CMYK00.550.620.56
HSL6.86º44.87%30.59%-
HSV(B)6.86º61.95%44.31%-
XYZ8.436.053.01-
YUV68.63113.54159.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=54.59%
G=24.64%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113514300.550.620.566.8644.8730.59
Hex71332B0373E3872d1f
Octal1616353067767075537
Binary1110001110011101011011011111111011100011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71332B; }

 p { color: rgb(113,51,43); }

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

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

 a { background-color: rgb(113,51,43); }

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

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

 span { border-color: rgb(113,51,43); }

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