#514608

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

Shades of Madras #514608

Tints of Madras #514608

Color information

#514608 (or 0x514608) is unknown color: approx Madras. HEX triplet: 51, 46 and 08. RGB value is (81,70,8). Sum of RGB (Red+Green+Blue) = 81+70+8=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514608 is #AEB9F7. Grayscale: #424242. Windows color (decimal): -11450872 or 542289. OLE color: 542289.

HSL color Cylindrical-coordinate representation of color #514608: hue angle of 50.96º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #514608 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB81708-
CMYK00.140.900.68
HSL50.96º82.02%17.45%-
HSV(B)50.96º90.12%31.76%-
XYZ5.636.151.12-
YUV66.2295.14138.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=50.94%
G=44.03%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8170800.140.900.6850.9682.0217.45
Hex514680E5A44335211
Octal121106100161321046312221
Binary1010001100011010000111010110101000100110011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514608; }

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

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

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

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

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

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

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

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