#524214

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

Shades of Madras #524214

Tints of Madras #524214

Color information

#524214 (or 0x524214) is unknown color: approx Madras. HEX triplet: 52, 42 and 14. RGB value is (82,66,20). Sum of RGB (Red+Green+Blue) = 82+66+20=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524214 is #ADBDEB. Grayscale: #414141. Windows color (decimal): -11386348 or 1327698. OLE color: 1327698.

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

Color convert

RGB826620-
CMYK00.200.760.68
HSL44.52º60.78%20%-
HSV(B)44.52º75.61%32.16%-
XYZ5.555.741.48-
YUV65.54102.3139.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=48.81%
G=39.29%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82662000.200.760.6844.5260.7820
Hex5242140144C442d3d14
Octal12210224024114104557524
Binary10100101000010101000101001001100100010010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524214; }

 p { color: rgb(82,66,20); }

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

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

 a { background-color: rgb(82,66,20); }

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

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

 span { border-color: rgb(82,66,20); }

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