#524202

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

Shades of Madras #524202

Tints of Madras #524202

Color information

#524202 (or 0x524202) is unknown color: approx Madras. HEX triplet: 52, 42 and 02. RGB value is (82,66,2). Sum of RGB (Red+Green+Blue) = 82+66+2=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #524202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524202 is #ADBDFD. Grayscale: #3F3F3F. Windows color (decimal): -11386366 or 148050. OLE color: 148050.

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

Color convert

RGB82662-
CMYK00.200.980.68
HSL48º95.24%16.47%-
HSV(B)48º97.56%32.16%-
XYZ5.445.690.87-
YUV63.4993.3141.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.67%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=54.67%
G=44%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8266200.200.980.684895.2416.47
Hex524220146244305f10
Octal12210220241421046013720
Binary101001010000101001010011000101000100110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524202; }

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

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

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

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

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

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

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

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