#524403

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

Shades of Madras #524403

Tints of Madras #524403

Color information

#524403 (or 0x524403) is unknown color: approx Madras. HEX triplet: 52, 44 and 03. RGB value is (82,68,3). Sum of RGB (Red+Green+Blue) = 82+68+3=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524403 is #ADBBFC. Grayscale: #414141. Windows color (decimal): -11385853 or 214098. OLE color: 214098.

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

Color convert

RGB82683-
CMYK00.170.960.68
HSL49.37º92.94%16.67%-
HSV(B)49.37º96.34%32.16%-
XYZ5.565.930.94-
YUV64.7893.14140.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=53.59%
G=44.44%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8268300.170.960.6849.3792.9416.67
Hex524430116044315d11
Octal12210430211401046113521
Binary101001010001001101000111000001000100110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524403; }

 p { color: rgb(82,68,3); }

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

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

 a { background-color: rgb(82,68,3); }

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

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

 span { border-color: rgb(82,68,3); }

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