#523D17

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

Shades of Madras #523D17

Tints of Madras #523D17

Color information

#523D17 (or 0x523D17) is unknown color: approx Madras. HEX triplet: 52, 3D and 17. RGB value is (82,61,23). Sum of RGB (Red+Green+Blue) = 82+61+23=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D17 is #ADC2E8. Grayscale: #3F3F3F. Windows color (decimal): -11387625 or 1523026. OLE color: 1523026.

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

Color convert

RGB826123-
CMYK00.260.720.68
HSL38.64º56.19%20.59%-
HSV(B)38.64º71.95%32.16%-
XYZ5.35.191.53-
YUV62.95105.46141.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=49.40%
G=36.75%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82612300.260.720.6838.6456.1920.59
Hex523D1701A4844273815
Octal1227527032110104477025
Binary1010010111101101110110101001000100010010011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,23); }

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

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

 a { background-color: rgb(82,61,23); }

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

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

 span { border-color: rgb(82,61,23); }

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