#71382E

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

Shades of Mocha #71382E

Tints of Mocha #71382E

Color information

#71382E (or 0x71382E) is unknown color: approx Mocha. HEX triplet: 71, 38 and 2E. RGB value is (113,56,46). Sum of RGB (Red+Green+Blue) = 113+56+46=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71382E is #8EC7D1. Grayscale: #484848. Windows color (decimal): -9357266 or 3029105. OLE color: 3029105.

HSL color Cylindrical-coordinate representation of color #71382E: hue angle of 8.96º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71382E is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1135646-
CMYK00.500.590.56
HSL8.96º42.14%31.18%-
HSV(B)8.96º59.29%44.31%-
XYZ8.726.543.39-
YUV71.9113.38157.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=52.56%
G=26.05%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113564600.500.590.568.9642.1431.18
Hex71382E0323B3892a1f
Octal16170560627370115237
Binary11100011110001011100110010111011111000100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71382E; }

 p { color: rgb(113,56,46); }

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

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

 a { background-color: rgb(113,56,46); }

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

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

 span { border-color: rgb(113,56,46); }

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