#514535

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

Shades of Deep Bronze #514535

Tints of Deep Bronze #514535

Color information

#514535 (or 0x514535) is unknown color: approx Deep Bronze. HEX triplet: 51, 45 and 35. RGB value is (81,69,53). Sum of RGB (Red+Green+Blue) = 81+69+53=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514535 is #AEBACA. Grayscale: #464646. Windows color (decimal): -11451083 or 3491153. OLE color: 3491153.

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

Color convert

RGB816953-
CMYK00.150.350.68
HSL34.29º20.9%26.27%-
HSV(B)34.29º34.57%31.76%-
XYZ6.166.264.25-
YUV70.76117.98135.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=39.90%
G=33.99%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81695300.150.350.6834.2920.926.27
Hex5145350F234422151a
Octal1211056501743104422532
Binary101000110001011101010111110001110001001000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514535; }

 p { color: rgb(81,69,53); }

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

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

 a { background-color: rgb(81,69,53); }

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

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

 span { border-color: rgb(81,69,53); }

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