#53382D

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

Shades of Cioccolato #53382D

Tints of Cioccolato #53382D

Color information

#53382D (or 0x53382D) is unknown color: approx Cioccolato. HEX triplet: 53, 38 and 2D. RGB value is (83,56,45). Sum of RGB (Red+Green+Blue) = 83+56+45=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382D is #ACC7D2. Grayscale: #3E3E3E. Windows color (decimal): -11323347 or 2963539. OLE color: 2963539.

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

Color convert

RGB835645-
CMYK00.330.460.67
HSL17.37º29.69%25.1%-
HSV(B)17.37º45.78%32.55%-
XYZ5.464.863.13-
YUV62.82117.95142.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=45.11%
G=30.43%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83564500.330.460.6717.3729.6925.1
Hex53382D0212E43111e19
Octal123705504156103213631
Binary101001111100010110101000011011101000011100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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