#514534

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

Shades of Deep Bronze #514534

Tints of Deep Bronze #514534

Color information

#514534 (or 0x514534) is unknown color: approx Deep Bronze. HEX triplet: 51, 45 and 34. RGB value is (81,69,52). Sum of RGB (Red+Green+Blue) = 81+69+52=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514534 is #AEBACB. Grayscale: #464646. Windows color (decimal): -11451084 or 3425617. OLE color: 3425617.

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

Color convert

RGB816952-
CMYK00.150.360.68
HSL35.17º21.8%26.08%-
HSV(B)35.17º35.8%31.76%-
XYZ6.146.254.13-
YUV70.65117.48135.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=40.10%
G=34.16%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81695200.150.360.6835.1721.826.08
Hex5145340F244423161a
Octal1211056401744104432632
Binary101000110001011101000111110010010001001000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514534; }

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

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

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

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

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

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

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

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