#53392D

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

Shades of Cioccolato #53392D

Tints of Cioccolato #53392D

Color information

#53392D (or 0x53392D) is unknown color: approx Cioccolato. HEX triplet: 53, 39 and 2D. RGB value is (83,57,45). Sum of RGB (Red+Green+Blue) = 83+57+45=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392D is #ACC6D2. Grayscale: #3F3F3F. Windows color (decimal): -11323091 or 2963795. OLE color: 2963795.

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

Color convert

RGB835745-
CMYK00.310.460.67
HSL18.95º29.69%25.1%-
HSV(B)18.95º45.78%32.55%-
XYZ5.54.953.15-
YUV63.41117.61141.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=44.86%
G=30.81%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83574500.310.460.6718.9529.6925.1
Hex53392D01F2E43131e19
Octal123715503756103233631
Binary10100111110011011010111111011101000011100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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