#72352F

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

Shades of Mocha #72352F

Tints of Mocha #72352F

Color information

#72352F (or 0x72352F) is unknown color: approx Mocha. HEX triplet: 72, 35 and 2F. RGB value is (114,53,47). Sum of RGB (Red+Green+Blue) = 114+53+47=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72352F is #8DCAD0. Grayscale: #464646. Windows color (decimal): -9292497 or 3093874. OLE color: 3093874.

HSL color Cylindrical-coordinate representation of color #72352F: hue angle of 5.37º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72352F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1145347-
CMYK00.540.590.55
HSL5.37º41.61%31.57%-
HSV(B)5.37º58.77%44.71%-
XYZ8.736.333.45-
YUV70.56114.71158.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=53.27%
G=24.77%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114534700.540.590.555.3741.6131.57
Hex72352F0363B3752a20
Octal1626557066736755240
Binary11100101101011011110110110111011110111101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72352F; }

 p { color: rgb(114,53,47); }

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

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

 a { background-color: rgb(114,53,47); }

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

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

 span { border-color: rgb(114,53,47); }

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