#514329

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

Shades of Deep Bronze #514329

Tints of Deep Bronze #514329

Color information

#514329 (or 0x514329) is unknown color: approx Deep Bronze. HEX triplet: 51, 43 and 29. RGB value is (81,67,41). Sum of RGB (Red+Green+Blue) = 81+67+41=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514329 is #AEBCD6. Grayscale: #444444. Windows color (decimal): -11451607 or 2704209. OLE color: 2704209.

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

Color convert

RGB816741-
CMYK00.170.490.68
HSL39º32.79%23.92%-
HSV(B)39º49.38%31.76%-
XYZ5.85.922.94-
YUV68.22112.64137.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=42.86%
G=35.45%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81674100.170.490.683932.7923.92
Hex5143290113144272118
Octal1211035102161104474130
Binary10100011000011101001010001110001100010010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514329; }

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

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

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

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

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

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

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

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