#514826

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

Shades of Bronze Olive #514826

Tints of Bronze Olive #514826

Color information

#514826 (or 0x514826) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 26. RGB value is (81,72,38). Sum of RGB (Red+Green+Blue) = 81+72+38=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514826 is #AEB7D9. Grayscale: #464646. Windows color (decimal): -11450330 or 2508881. OLE color: 2508881.

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

Color convert

RGB817238-
CMYK00.110.530.68
HSL47.44º36.13%23.33%-
HSV(B)47.44º53.09%31.76%-
XYZ6.066.522.77-
YUV70.81109.48135.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=42.41%
G=37.70%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81723800.110.530.6847.4436.1323.33
Hex5148260B35442f2417
Octal1211104601365104574427
Binary1010001100100010011001011110101100010010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514826; }

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

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

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

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

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

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

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

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