#514027

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

Shades of Deep Bronze #514027

Tints of Deep Bronze #514027

Color information

#514027 (or 0x514027) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 27. RGB value is (81,64,39). Sum of RGB (Red+Green+Blue) = 81+64+39=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514027 is #AEBFD8. Grayscale: #424242. Windows color (decimal): -11452377 or 2572369. OLE color: 2572369.

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

Color convert

RGB816439-
CMYK00.210.520.68
HSL35.71º35%23.53%-
HSV(B)35.71º51.85%31.76%-
XYZ5.595.562.7-
YUV66.23112.63138.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 39 (15.62% from 255) = 21.20%
R=44.02%
G=34.78%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81643900.210.520.6835.713523.53
Hex5140270153444242318
Octal1211004702564104444330
Binary10100011000000100111010101110100100010010010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514027; }

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

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

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

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

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

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

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

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