#53392E

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

Shades of Cioccolato #53392E

Tints of Cioccolato #53392E

Color information

#53392E (or 0x53392E) is unknown color: approx Cioccolato. HEX triplet: 53, 39 and 2E. RGB value is (83,57,46). Sum of RGB (Red+Green+Blue) = 83+57+46=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392E is #ACC6D1. Grayscale: #3F3F3F. Windows color (decimal): -11323090 or 3029331. OLE color: 3029331.

HSL color Cylindrical-coordinate representation of color #53392E: hue angle of 17.84º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53392E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB835746-
CMYK00.310.450.67
HSL17.84º28.68%25.29%-
HSV(B)17.84º44.58%32.55%-
XYZ5.524.963.25-
YUV63.52118.11141.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=44.62%
G=30.65%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83574600.310.450.6717.8428.6825.29
Hex53392E01F2D43121d19
Octal123715603755103223531
Binary10100111110011011100111111011011000011100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,57,46); }

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

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

 a { background-color: rgb(83,57,46); }

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

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

 span { border-color: rgb(83,57,46); }

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