#52372E

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

Shades of Cioccolato #52372E

Tints of Cioccolato #52372E

Color information

#52372E (or 0x52372E) is unknown color: approx Cioccolato. HEX triplet: 52, 37 and 2E. RGB value is (82,55,46). Sum of RGB (Red+Green+Blue) = 82+55+46=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52372E is #ADC8D1. Grayscale: #3E3E3E. Windows color (decimal): -11389138 or 3028818. OLE color: 3028818.

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

Color convert

RGB825546-
CMYK00.330.440.68
HSL15º28.13%25.1%-
HSV(B)15º43.9%32.16%-
XYZ5.344.723.22-
YUV62.05118.95142.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=44.81%
G=30.05%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82554600.330.440.681528.1325.1
Hex52372E0212C44f1c19
Octal122675604154104173431
Binary10100101101111011100100001101100100010011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,55,46); }

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

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

 a { background-color: rgb(82,55,46); }

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

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

 span { border-color: rgb(82,55,46); }

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