#514028

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

Shades of Deep Bronze #514028

Tints of Deep Bronze #514028

Color information

#514028 (or 0x514028) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 28. RGB value is (81,64,40). Sum of RGB (Red+Green+Blue) = 81+64+40=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514028 is #AEBFD7. Grayscale: #424242. Windows color (decimal): -11452376 or 2637905. OLE color: 2637905.

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

Color convert

RGB816440-
CMYK00.210.510.68
HSL35.12º33.88%23.73%-
HSV(B)35.12º50.62%31.76%-
XYZ5.615.572.79-
YUV66.35113.13138.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=43.78%
G=34.59%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81644000.210.510.6835.1233.8823.73
Hex5140280153344232218
Octal1211005002563104434230
Binary10100011000000101000010101110011100010010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514028; }

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

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

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

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

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

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

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

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