#514703

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

Shades of Madras #514703

Tints of Madras #514703

Color information

#514703 (or 0x514703) is unknown color: approx Madras. HEX triplet: 51, 47 and 03. RGB value is (81,71,3). Sum of RGB (Red+Green+Blue) = 81+71+3=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514703 is #AEB8FC. Grayscale: #424242. Windows color (decimal): -11450621 or 214865. OLE color: 214865.

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

Color convert

RGB81713-
CMYK00.120.960.68
HSL52.31º92.86%16.47%-
HSV(B)52.31º96.3%31.76%-
XYZ5.666.261-
YUV66.2492.31138.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=52.26%
G=45.81%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8171300.120.960.6852.3192.8616.47
Hex514730C6044345d10
Octal12110730141401046413520
Binary10100011000111110110011000001000100110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514703; }

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

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

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

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

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

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

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

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