#72362E

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

Shades of Mocha #72362E

Tints of Mocha #72362E

Color information

#72362E (or 0x72362E) is unknown color: approx Mocha. HEX triplet: 72, 36 and 2E. RGB value is (114,54,46). Sum of RGB (Red+Green+Blue) = 114+54+46=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72362E is #8DC9D1. Grayscale: #474747. Windows color (decimal): -9292242 or 3028594. OLE color: 3028594.

HSL color Cylindrical-coordinate representation of color #72362E: hue angle of 7.06º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72362E is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1145446-
CMYK00.530.600.55
HSL7.06º42.5%31.37%-
HSV(B)7.06º59.65%44.71%-
XYZ8.756.413.36-
YUV71.03113.88158.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=53.27%
G=25.23%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114544600.530.600.557.0642.531.37
Hex72362E0353C3772a1f
Octal1626656065746775237
Binary1110010110110101110011010111110011011111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,54,46); }

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

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

 a { background-color: rgb(114,54,46); }

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

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

 span { border-color: rgb(114,54,46); }

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