#52392D

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

Shades of Cioccolato #52392D

Tints of Cioccolato #52392D

Color information

#52392D (or 0x52392D) is unknown color: approx Cioccolato. HEX triplet: 52, 39 and 2D. RGB value is (82,57,45). Sum of RGB (Red+Green+Blue) = 82+57+45=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #52392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52392D is #ADC6D2. Grayscale: #3F3F3F. Windows color (decimal): -11388627 or 2963794. OLE color: 2963794.

HSL color Cylindrical-coordinate representation of color #52392D: hue angle of 19.46º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52392D is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB825745-
CMYK00.300.450.68
HSL19.46º29.13%24.9%-
HSV(B)19.46º45.12%32.16%-
XYZ5.424.913.14-
YUV63.11117.78141.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=44.57%
G=30.98%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82574500.300.450.6819.4629.1324.9
Hex52392D01E2D44131d19
Octal122715503655104233531
Binary10100101110011011010111101011011000100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52392D; }

 p { color: rgb(82,57,45); }

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

<style>
 a { background-color: #52392D; }

 a { background-color: rgb(82,57,45); }

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

<style>
 span { border-color: #52392D; }

 span { border-color: rgb(82,57,45); }

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