#514319

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

Shades of Madras #514319

Tints of Madras #514319

Color information

#514319 (or 0x514319) is unknown color: approx Madras. HEX triplet: 51, 43 and 19. RGB value is (81,67,25). Sum of RGB (Red+Green+Blue) = 81+67+25=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514319 is #AEBCE6. Grayscale: #424242. Windows color (decimal): -11451623 or 1655633. OLE color: 1655633.

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

Color convert

RGB816725-
CMYK00.170.690.68
HSL45º52.83%20.78%-
HSV(B)45º69.14%31.76%-
XYZ5.585.831.75-
YUV66.4104.64138.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=46.82%
G=38.73%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81672500.170.690.684552.8320.78
Hex51431901145442d3515
Octal12110331021105104556525
Binary10100011000011110010100011000101100010010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514319; }

 p { color: rgb(81,67,25); }

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

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

 a { background-color: rgb(81,67,25); }

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

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

 span { border-color: rgb(81,67,25); }

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