#514026

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

Shades of Deep Bronze #514026

Tints of Deep Bronze #514026

Color information

#514026 (or 0x514026) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 26. RGB value is (81,64,38). Sum of RGB (Red+Green+Blue) = 81+64+38=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514026 is #AEBFD9. Grayscale: #424242. Windows color (decimal): -11452378 or 2506833. OLE color: 2506833.

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

Color convert

RGB816438-
CMYK00.210.530.68
HSL36.28º36.13%23.33%-
HSV(B)36.28º53.09%31.76%-
XYZ5.585.562.61-
YUV66.12112.13138.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=44.26%
G=34.97%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81643800.210.530.6836.2836.1323.33
Hex5140260153544242417
Octal1211004602565104444427
Binary10100011000000100110010101110101100010010010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514026; }

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

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

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

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

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

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

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

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