#523A2F

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

Shades of Cioccolato #523A2F

Tints of Cioccolato #523A2F

Color information

#523A2F (or 0x523A2F) is unknown color: approx Cioccolato. HEX triplet: 52, 3A and 2F. RGB value is (82,58,47). Sum of RGB (Red+Green+Blue) = 82+58+47=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A2F is #ADC5D0. Grayscale: #3F3F3F. Windows color (decimal): -11388369 or 3095122. OLE color: 3095122.

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

Color convert

RGB825847-
CMYK00.290.430.68
HSL18.86º27.13%25.29%-
HSV(B)18.86º42.68%32.16%-
XYZ5.515.033.37-
YUV63.92118.45140.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=43.85%
G=31.02%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82584700.290.430.6818.8627.1325.29
Hex523A2F01D2B44131b19
Octal122725703553104233331
Binary10100101110101011110111011010111000100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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