#524116

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

Shades of Madras #524116

Tints of Madras #524116

Color information

#524116 (or 0x524116) is unknown color: approx Madras. HEX triplet: 52, 41 and 16. RGB value is (82,65,22). Sum of RGB (Red+Green+Blue) = 82+65+22=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #524116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524116 is #ADBEE9. Grayscale: #414141. Windows color (decimal): -11386602 or 1458514. OLE color: 1458514.

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

Color convert

RGB826522-
CMYK00.210.730.68
HSL43º57.69%20.39%-
HSV(B)43º73.17%32.16%-
XYZ5.515.631.56-
YUV65.18103.63140-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=48.52%
G=38.46%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82652200.210.730.684357.6920.39
Hex52411601549442b3a14
Octal12210126025111104537224
Binary10100101000001101100101011001001100010010101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524116; }

 p { color: rgb(82,65,22); }

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

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

 a { background-color: rgb(82,65,22); }

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

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

 span { border-color: rgb(82,65,22); }

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