#514929

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

Shades of Bronze Olive #514929

Tints of Bronze Olive #514929

Color information

#514929 (or 0x514929) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 29. RGB value is (81,73,41). Sum of RGB (Red+Green+Blue) = 81+73+41=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #514929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514929 is #AEB6D6. Grayscale: #474747. Windows color (decimal): -11450071 or 2705745. OLE color: 2705745.

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

Color convert

RGB817341-
CMYK00.100.490.68
HSL48º32.79%23.92%-
HSV(B)48º49.38%31.76%-
XYZ6.186.673.06-
YUV71.74110.65134.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 41 (16.41% from 255) = 21.03%
R=41.54%
G=37.44%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81734100.100.490.684832.7923.92
Hex5149290A3144302118
Octal1211115101261104604130
Binary1010001100100110100101010110001100010011000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514929; }

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

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

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

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

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

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

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

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