#53382E

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

Shades of Cioccolato #53382E

Tints of Cioccolato #53382E

Color information

#53382E (or 0x53382E) is unknown color: approx Cioccolato. HEX triplet: 53, 38 and 2E. RGB value is (83,56,46). Sum of RGB (Red+Green+Blue) = 83+56+46=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382E is #ACC7D1. Grayscale: #3F3F3F. Windows color (decimal): -11323346 or 3029075. OLE color: 3029075.

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

Color convert

RGB835646-
CMYK00.330.450.67
HSL16.22º28.68%25.29%-
HSV(B)16.22º44.58%32.55%-
XYZ5.474.863.24-
YUV62.93118.45142.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=44.86%
G=30.27%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83564600.330.450.6716.2228.6825.29
Hex53382E0212D43101d19
Octal123705604155103203531
Binary101001111100010111001000011011011000011100001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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