#514031

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

Shades of Deep Bronze #514031

Tints of Deep Bronze #514031

Color information

#514031 (or 0x514031) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 31. RGB value is (81,64,49). Sum of RGB (Red+Green+Blue) = 81+64+49=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514031 is #AEBFCE. Grayscale: #434343. Windows color (decimal): -11452367 or 3227729. OLE color: 3227729.

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

Color convert

RGB816449-
CMYK00.210.400.68
HSL28.13º24.62%25.49%-
HSV(B)28.13º39.51%31.76%-
XYZ5.785.643.69-
YUV67.37117.63137.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=41.75%
G=32.99%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81644900.210.400.6828.1324.6225.49
Hex51403101528441c1919
Octal1211006102550104343131
Binary101000110000001100010101011010001000100111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514031; }

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

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

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

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

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

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

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

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