#524412

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

Shades of Madras #524412

Tints of Madras #524412

Color information

#524412 (or 0x524412) is unknown color: approx Madras. HEX triplet: 52, 44 and 12. RGB value is (82,68,18). Sum of RGB (Red+Green+Blue) = 82+68+18=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524412 is #ADBBED. Grayscale: #424242. Windows color (decimal): -11385838 or 1197138. OLE color: 1197138.

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

Color convert

RGB826818-
CMYK00.170.780.68
HSL46.88º64%19.61%-
HSV(B)46.88º78.05%32.16%-
XYZ5.665.971.43-
YUV66.49100.64139.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 68 (26.95% from 255) = 40.48%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=48.81%
G=40.48%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82681800.170.780.6846.886419.61
Hex5244120114E442f4014
Octal122104220211161045710024
Binary101001010001001001001000110011101000100101111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524412; }

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

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

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

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

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

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

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

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