#514003

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

Shades of Madras #514003

Tints of Madras #514003

Color information

#514003 (or 0x514003) is unknown color: approx Madras. HEX triplet: 51, 40 and 03. RGB value is (81,64,3). Sum of RGB (Red+Green+Blue) = 81+64+3=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #514003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514003 is #AEBFFC. Grayscale: #3E3E3E. Windows color (decimal): -11452413 or 213073. OLE color: 213073.

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

Color convert

RGB81643-
CMYK00.210.960.68
HSL46.92º92.86%16.47%-
HSV(B)46.92º96.3%31.76%-
XYZ5.245.420.86-
YUV62.1394.63141.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 3 (1.56% from 255) = 2.03%
R=54.73%
G=43.24%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8164300.210.960.6846.9292.8616.47
Hex5140301560442f5d10
Octal12110030251401045713520
Binary101000110000001101010111000001000100101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514003; }

 p { color: rgb(81,64,3); }

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

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

 a { background-color: rgb(81,64,3); }

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

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

 span { border-color: rgb(81,64,3); }

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