#514328

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

Shades of Deep Bronze #514328

Tints of Deep Bronze #514328

Color information

#514328 (or 0x514328) is unknown color: approx Deep Bronze. HEX triplet: 51, 43 and 28. RGB value is (81,67,40). Sum of RGB (Red+Green+Blue) = 81+67+40=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514328 is #AEBCD7. Grayscale: #444444. Windows color (decimal): -11451608 or 2638673. OLE color: 2638673.

HSL color Cylindrical-coordinate representation of color #514328: hue angle of 39.51º 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 #514328 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB816740-
CMYK00.170.510.68
HSL39.51º33.88%23.73%-
HSV(B)39.51º50.62%31.76%-
XYZ5.785.922.84-
YUV68.11112.14137.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=43.09%
G=35.64%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81674000.170.510.6839.5133.8823.73
Hex5143280113344282218
Octal1211035002163104504230
Binary10100011000011101000010001110011100010010100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514328; }

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

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

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

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

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

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

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

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