#514004

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

Shades of Madras #514004

Tints of Madras #514004

Color information

#514004 (or 0x514004) is unknown color: approx Madras. HEX triplet: 51, 40 and 04. RGB value is (81,64,4). Sum of RGB (Red+Green+Blue) = 81+64+4=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #514004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514004 is #AEBFFB. Grayscale: #3E3E3E. Windows color (decimal): -11452412 or 278609. OLE color: 278609.

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

Color convert

RGB81644-
CMYK00.210.950.68
HSL46.75º90.59%16.67%-
HSV(B)46.75º95.06%31.76%-
XYZ5.255.420.89-
YUV62.2495.13141.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=54.36%
G=42.95%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8164400.210.950.6846.7590.5916.67
Hex514040155F442f5b11
Octal12110040251371045713321
Binary1010001100000010001010110111111000100101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514004; }

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

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

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

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

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

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

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

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