#524300

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

Shades of Madras #524300

Tints of Madras #524300

Color information

#524300 (or 0x524300) is unknown color: approx Madras. HEX triplet: 52, 43 and 00. RGB value is (82,67,0). Sum of RGB (Red+Green+Blue) = 82+67+0=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #524300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524300 is #ADBCFF. Grayscale: #404040. Windows color (decimal): -11386112 or 17234. OLE color: 17234.

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

Color convert

RGB82670-
CMYK00.1810.68
HSL49.02º100%16.08%-
HSV(B)49.02º100%32.16%-
XYZ5.495.810.83-
YUV63.8591.97140.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.03%
G=44.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8267000.1810.6849.0210016.08
Hex524300126444316410
Octal12210300221441046114420
Binary10100101000011001001011001001000100110001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524300; }

 p { color: rgb(82,67,0); }

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

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

 a { background-color: rgb(82,67,0); }

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

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

 span { border-color: rgb(82,67,0); }

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