#524102

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

Shades of Madras #524102

Tints of Madras #524102

Color information

#524102 (or 0x524102) is unknown color: approx Madras. HEX triplet: 52, 41 and 02. RGB value is (82,65,2). Sum of RGB (Red+Green+Blue) = 82+65+2=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #524102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524102 is #ADBEFD. Grayscale: #3F3F3F. Windows color (decimal): -11386622 or 147794. OLE color: 147794.

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

Color convert

RGB82652-
CMYK00.210.980.68
HSL47.25º95.24%16.47%-
HSV(B)47.25º97.56%32.16%-
XYZ5.385.580.85-
YUV62.993.63141.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=55.03%
G=43.62%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8265200.210.980.6847.2595.2416.47
Hex5241201562442f5f10
Octal12210120251421045713720
Binary101001010000011001010111000101000100101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524102; }

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

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

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

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

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

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

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

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