#524017

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

Shades of Madras #524017

Tints of Madras #524017

Color information

#524017 (or 0x524017) is unknown color: approx Madras. HEX triplet: 52, 40 and 17. RGB value is (82,64,23). Sum of RGB (Red+Green+Blue) = 82+64+23=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #524017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524017 is #ADBFE8. Grayscale: #404040. Windows color (decimal): -11386857 or 1523794. OLE color: 1523794.

HSL color Cylindrical-coordinate representation of color #524017: hue angle of 41.69º 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 #524017 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB826423-
CMYK00.220.720.68
HSL41.69º56.19%20.59%-
HSV(B)41.69º71.95%32.16%-
XYZ5.475.521.59-
YUV64.71104.46140.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=48.52%
G=37.87%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82642300.220.720.6841.6956.1920.59
Hex52401701648442a3815
Octal12210027026110104527025
Binary10100101000000101110101101001000100010010101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524017; }

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

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

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

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

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

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

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

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