#524602

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

Shades of Madras #524602

Tints of Madras #524602

Color information

#524602 (or 0x524602) is unknown color: approx Madras. HEX triplet: 52, 46 and 02. RGB value is (82,70,2). Sum of RGB (Red+Green+Blue) = 82+70+2=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #524602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524602 is #ADB9FD. Grayscale: #424242. Windows color (decimal): -11385342 or 149074. OLE color: 149074.

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

Color convert

RGB82702-
CMYK00.150.980.68
HSL51º95.24%16.47%-
HSV(B)51º97.56%32.16%-
XYZ5.686.180.95-
YUV65.8491.98139.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=53.25%
G=45.45%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8270200.150.980.685195.2416.47
Hex524620F6244335f10
Octal12210620171421046313720
Binary10100101000110100111111000101000100110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524602; }

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

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

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

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

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

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

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

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