#524013

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

Shades of Madras #524013

Tints of Madras #524013

Color information

#524013 (or 0x524013) is unknown color: approx Madras. HEX triplet: 52, 40 and 13. RGB value is (82,64,19). Sum of RGB (Red+Green+Blue) = 82+64+19=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524013 is #ADBFEC. Grayscale: #404040. Windows color (decimal): -11386861 or 1261650. OLE color: 1261650.

HSL color Cylindrical-coordinate representation of color #524013: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #524013 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB826419-
CMYK00.220.770.68
HSL42.86º62.38%19.8%-
HSV(B)42.86º76.83%32.16%-
XYZ5.435.511.39-
YUV64.25102.46140.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=49.70%
G=38.79%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82641900.220.770.6842.8662.3819.8
Hex5240130164D442b3e14
Octal12210023026115104537624
Binary10100101000000100110101101001101100010010101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524013; }

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

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

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

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

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

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

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

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