#72536B

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

Shades of Salt Box #72536B

Tints of Salt Box #72536B

Color information

#72536B (or 0x72536B) is unknown color: approx Salt Box. HEX triplet: 72, 53 and 6B. RGB value is (114,83,107). Sum of RGB (Red+Green+Blue) = 114+83+107=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72536B is #8DAC94. Grayscale: #5E5E5E. Windows color (decimal): -9284757 or 7033714. OLE color: 7033714.

HSL color Cylindrical-coordinate representation of color #72536B: hue angle of 313.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72536B is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11483107-
CMYK00.270.060.55
HSL313.55º15.74%38.63%-
HSV(B)313.55º27.19%44.71%-
XYZ12.6910.8315.33-
YUV95134.77141.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=37.5%
G=27.30%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148310700.270.060.55313.5515.7438.63
Hex72536B01B63713a1027
Octal1621231530336674722047
Binary11100101010011110101101101111011011110011101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,83,107); }

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

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

 a { background-color: rgb(114,83,107); }

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

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

 span { border-color: rgb(114,83,107); }

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