#514603

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

Shades of Madras #514603

Tints of Madras #514603

Color information

#514603 (or 0x514603) is unknown color: approx Madras. HEX triplet: 51, 46 and 03. RGB value is (81,70,3). Sum of RGB (Red+Green+Blue) = 81+70+3=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514603 is #AEB9FC. Grayscale: #414141. Windows color (decimal): -11450877 or 214609. OLE color: 214609.

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

Color convert

RGB81703-
CMYK00.140.960.68
HSL51.54º92.86%16.47%-
HSV(B)51.54º96.3%31.76%-
XYZ5.66.140.98-
YUV65.6592.64138.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=52.60%
G=45.45%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8170300.140.960.6851.5492.8616.47
Hex514630E6044345d10
Octal12110630161401046413520
Binary10100011000110110111011000001000100110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514603; }

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

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

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

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

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

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

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

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