#53392C

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

Shades of Cioccolato #53392C

Tints of Cioccolato #53392C

Color information

#53392C (or 0x53392C) is unknown color: approx Cioccolato. HEX triplet: 53, 39 and 2C. RGB value is (83,57,44). Sum of RGB (Red+Green+Blue) = 83+57+44=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392C is #ACC6D3. Grayscale: #3F3F3F. Windows color (decimal): -11323092 or 2898259. OLE color: 2898259.

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

Color convert

RGB835744-
CMYK00.310.470.67
HSL20º30.71%24.9%-
HSV(B)20º46.99%32.55%-
XYZ5.494.953.05-
YUV63.29117.11142.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=45.11%
G=30.98%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83574400.310.470.672030.7124.9
Hex53392C01F2F43141f19
Octal123715403757103243731
Binary10100111110011011000111111011111000011101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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