#503B06

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

Shades of Madras #503B06

Tints of Madras #503B06

Color information

#503B06 (or 0x503B06) is unknown color: approx Madras. HEX triplet: 50, 3B and 06. RGB value is (80,59,6). Sum of RGB (Red+Green+Blue) = 80+59+6=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #503B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B06 is #AFC4F9. Grayscale: #3B3B3B. Windows color (decimal): -11519226 or 408400. OLE color: 408400.

HSL color Cylindrical-coordinate representation of color #503B06: hue angle of 42.97º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #503B06 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80596-
CMYK00.260.920.69
HSL42.97º86.05%16.86%-
HSV(B)42.97º92.5%31.37%-
XYZ4.914.850.85-
YUV59.2497.96142.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=55.17%
G=40.69%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8059600.260.920.6942.9786.0516.86
Hex503B601A5C452b5611
Octal1207360321341055312621
Binary101000011101111001101010111001000101101011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503B06; }

 p { color: rgb(80,59,6); }

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

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

 a { background-color: rgb(80,59,6); }

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

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

 span { border-color: rgb(80,59,6); }

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