#514829

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

Shades of Bronze Olive #514829

Tints of Bronze Olive #514829

Color information

#514829 (or 0x514829) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 29. RGB value is (81,72,41). Sum of RGB (Red+Green+Blue) = 81+72+41=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514829 is #AEB7D6. Grayscale: #474747. Windows color (decimal): -11450327 or 2705489. OLE color: 2705489.

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

Color convert

RGB817241-
CMYK00.110.490.68
HSL46.5º32.79%23.92%-
HSV(B)46.5º49.38%31.76%-
XYZ6.116.543.04-
YUV71.16110.98135.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=41.75%
G=37.11%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81724100.110.490.6846.532.7923.92
Hex5148290B31442e2118
Octal1211105101361104564130
Binary1010001100100010100101011110001100010010111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514829; }

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

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

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

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

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

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

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

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