#514431

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

Shades of Deep Bronze #514431

Tints of Deep Bronze #514431

Color information

#514431 (or 0x514431) is unknown color: approx Deep Bronze. HEX triplet: 51, 44 and 31. RGB value is (81,68,49). Sum of RGB (Red+Green+Blue) = 81+68+49=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #514431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514431 is #AEBBCE. Grayscale: #454545. Windows color (decimal): -11451343 or 3228753. OLE color: 3228753.

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

Color convert

RGB816849-
CMYK00.160.400.68
HSL35.63º24.62%25.49%-
HSV(B)35.63º39.51%31.76%-
XYZ6.016.113.77-
YUV69.72116.31136.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=40.91%
G=34.34%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81684900.160.400.6835.6324.6225.49
Hex5144310102844241919
Octal1211046102050104443131
Binary1010001100010011000101000010100010001001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514431; }

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

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

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

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

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

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

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

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