#53382F

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

Shades of Cioccolato #53382F

Tints of Cioccolato #53382F

Color information

#53382F (or 0x53382F) is unknown color: approx Cioccolato. HEX triplet: 53, 38 and 2F. RGB value is (83,56,47). Sum of RGB (Red+Green+Blue) = 83+56+47=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382F is #ACC7D0. Grayscale: #3F3F3F. Windows color (decimal): -11323345 or 3094611. OLE color: 3094611.

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

Color convert

RGB835647-
CMYK00.330.430.67
HSL15º27.69%25.49%-
HSV(B)15º43.37%32.55%-
XYZ5.494.873.34-
YUV63.05118.95142.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=44.62%
G=30.11%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83564700.330.430.671527.6925.49
Hex53382F0212B43f1c19
Octal123705704153103173431
Binary10100111110001011110100001101011100001111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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