#52382C

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

Shades of Cioccolato #52382C

Tints of Cioccolato #52382C

Color information

#52382C (or 0x52382C) is unknown color: approx Cioccolato. HEX triplet: 52, 38 and 2C. RGB value is (82,56,44). Sum of RGB (Red+Green+Blue) = 82+56+44=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52382C is #ADC7D3. Grayscale: #3E3E3E. Windows color (decimal): -11388884 or 2898002. OLE color: 2898002.

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

Color convert

RGB825644-
CMYK00.320.460.68
HSL18.95º30.16%24.71%-
HSV(B)18.95º46.34%32.16%-
XYZ5.354.83.03-
YUV62.41117.61141.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=45.05%
G=30.77%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82564400.320.460.6818.9530.1624.71
Hex52382C0202E44131e19
Octal122705404056104233631
Binary101001011100010110001000001011101000100100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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