#72382F

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

Shades of Mocha #72382F

Tints of Mocha #72382F

Color information

#72382F (or 0x72382F) is unknown color: approx Mocha. HEX triplet: 72, 38 and 2F. RGB value is (114,56,47). Sum of RGB (Red+Green+Blue) = 114+56+47=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #72382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72382F is #8DC7D0. Grayscale: #484848. Windows color (decimal): -9291729 or 3094642. OLE color: 3094642.

HSL color Cylindrical-coordinate representation of color #72382F: hue angle of 8.06º 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 #72382F is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1145647-
CMYK00.510.590.55
HSL8.06º41.61%31.57%-
HSV(B)8.06º58.77%44.71%-
XYZ8.876.613.5-
YUV72.32113.72157.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=52.53%
G=25.81%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114564700.510.590.558.0641.6131.57
Hex72382F0333B3782a20
Octal16270570637367105240
Binary111001011100010111101100111110111101111000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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