#524015

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

Shades of Madras #524015

Tints of Madras #524015

Color information

#524015 (or 0x524015) is unknown color: approx Madras. HEX triplet: 52, 40 and 15. RGB value is (82,64,21). Sum of RGB (Red+Green+Blue) = 82+64+21=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524015 is #ADBFEA. Grayscale: #404040. Windows color (decimal): -11386859 or 1392722. OLE color: 1392722.

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

Color convert

RGB826421-
CMYK00.220.740.68
HSL42.3º59.22%20.2%-
HSV(B)42.3º74.39%32.16%-
XYZ5.455.511.49-
YUV64.48103.46140.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=49.10%
G=38.32%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82642100.220.740.6842.359.2220.2
Hex5240150164A442a3b14
Octal12210025026112104527324
Binary10100101000000101010101101001010100010010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524015; }

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

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

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

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

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

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

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

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