#523A31

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

Shades of Cioccolato #523A31

Tints of Cioccolato #523A31

Color information

#523A31 (or 0x523A31) is unknown color: approx Cioccolato. HEX triplet: 52, 3A and 31. RGB value is (82,58,49). Sum of RGB (Red+Green+Blue) = 82+58+49=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A31 is #ADC5CE. Grayscale: #404040. Windows color (decimal): -11388367 or 3226194. OLE color: 3226194.

HSL color Cylindrical-coordinate representation of color #523A31: hue angle of 16.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523A31 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB825849-
CMYK00.290.400.68
HSL16.36º25.19%25.69%-
HSV(B)16.36º40.24%32.16%-
XYZ5.555.043.59-
YUV64.15119.45140.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=43.39%
G=30.69%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82584900.290.400.6816.3625.1925.69
Hex523A3101D284410191a
Octal122726103550104203132
Binary10100101110101100010111011010001000100100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A31; }

 p { color: rgb(82,58,49); }

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

<style>
 a { background-color: #523A31; }

 a { background-color: rgb(82,58,49); }

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

<style>
 span { border-color: #523A31; }

 span { border-color: rgb(82,58,49); }

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