#514404

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

Shades of Madras #514404

Tints of Madras #514404

Color information

#514404 (or 0x514404) is unknown color: approx Madras. HEX triplet: 51, 44 and 04. RGB value is (81,68,4). Sum of RGB (Red+Green+Blue) = 81+68+4=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514404 is #AEBBFB. Grayscale: #404040. Windows color (decimal): -11451388 or 279633. OLE color: 279633.

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

Color convert

RGB81684-
CMYK00.160.950.68
HSL49.87º90.59%16.67%-
HSV(B)49.87º95.06%31.76%-
XYZ5.485.890.96-
YUV64.5993.81139.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=52.94%
G=44.44%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8168400.160.950.6849.8790.5916.67
Hex514440105F44325b11
Octal12110440201371046213321
Binary1010001100010010001000010111111000100110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514404; }

 p { color: rgb(81,68,4); }

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

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

 a { background-color: rgb(81,68,4); }

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

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

 span { border-color: rgb(81,68,4); }

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