#524012

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

Shades of Madras #524012

Tints of Madras #524012

Color information

#524012 (or 0x524012) is unknown color: approx Madras. HEX triplet: 52, 40 and 12. RGB value is (82,64,18). Sum of RGB (Red+Green+Blue) = 82+64+18=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #524012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524012 is #ADBFED. Grayscale: #404040. Windows color (decimal): -11386862 or 1196114. OLE color: 1196114.

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

Color convert

RGB826418-
CMYK00.220.780.68
HSL43.12º64%19.61%-
HSV(B)43.12º78.05%32.16%-
XYZ5.425.51.35-
YUV64.14101.96140.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=50%
G=39.02%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82641800.220.780.6843.126419.61
Hex5240120164E442b4014
Octal122100220261161045310024
Binary101001010000001001001011010011101000100101011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524012; }

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

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

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

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

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

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

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

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