#52382B

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

Shades of Cioccolato #52382B

Tints of Cioccolato #52382B

Color information

#52382B (or 0x52382B) is unknown color: approx Cioccolato. HEX triplet: 52, 38 and 2B. RGB value is (82,56,43). Sum of RGB (Red+Green+Blue) = 82+56+43=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52382B is #ADC7D4. Grayscale: #3E3E3E. Windows color (decimal): -11388885 or 2832466. OLE color: 2832466.

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

Color convert

RGB825643-
CMYK00.320.480.68
HSL20º31.2%24.51%-
HSV(B)20º47.56%32.16%-
XYZ5.334.82.93-
YUV62.29117.11142.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=45.30%
G=30.94%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82564300.320.480.682031.224.51
Hex52382B0203044141f19
Octal122705304060104243731
Binary101001011100010101101000001100001000100101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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