#523A30

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

Shades of Cioccolato #523A30

Tints of Cioccolato #523A30

Color information

#523A30 (or 0x523A30) is unknown color: approx Cioccolato. HEX triplet: 52, 3A and 30. RGB value is (82,58,48). Sum of RGB (Red+Green+Blue) = 82+58+48=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A30 is #ADC5CF. Grayscale: #404040. Windows color (decimal): -11388368 or 3160658. OLE color: 3160658.

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

Color convert

RGB825848-
CMYK00.290.410.68
HSL17.65º26.15%25.49%-
HSV(B)17.65º41.46%32.16%-
XYZ5.535.033.48-
YUV64.04118.95140.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=43.62%
G=30.85%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82584800.290.410.6817.6526.1525.49
Hex523A3001D2944121a19
Octal122726003551104223231
Binary10100101110101100000111011010011000100100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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