#53382C

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

Shades of Cioccolato #53382C

Tints of Cioccolato #53382C

Color information

#53382C (or 0x53382C) is unknown color: approx Cioccolato. HEX triplet: 53, 38 and 2C. RGB value is (83,56,44). Sum of RGB (Red+Green+Blue) = 83+56+44=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382C is #ACC7D3. Grayscale: #3E3E3E. Windows color (decimal): -11323348 or 2898003. OLE color: 2898003.

HSL color Cylindrical-coordinate representation of color #53382C: hue angle of 18.46º 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 #53382C is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB835644-
CMYK00.330.470.67
HSL18.46º30.71%24.9%-
HSV(B)18.46º46.99%32.55%-
XYZ5.444.853.03-
YUV62.7117.45142.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=45.36%
G=30.60%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83564400.330.470.6718.4630.7124.9
Hex53382C0212F43121f19
Octal123705404157103223731
Binary101001111100010110001000011011111000011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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