#514A24

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

Shades of Bronze Olive #514A24

Tints of Bronze Olive #514A24

Color information

#514A24 (or 0x514A24) is unknown color: approx Bronze Olive. HEX triplet: 51, 4A and 24. RGB value is (81,74,36). Sum of RGB (Red+Green+Blue) = 81+74+36=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A24 is #AEB5DB. Grayscale: #474747. Windows color (decimal): -11449820 or 2378321. OLE color: 2378321.

HSL color Cylindrical-coordinate representation of color #514A24: hue angle of 50.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514A24 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB817436-
CMYK00.090.560.68
HSL50.67º38.46%22.94%-
HSV(B)50.67º55.56%31.76%-
XYZ6.166.772.65-
YUV71.76107.82134.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 74 (29.30% from 255) = 38.74%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=42.41%
G=38.74%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81743600.090.560.6850.6738.4622.94
Hex514A24093844332617
Octal1211124401170104634627
Binary1010001100101010010001001111000100010011001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A24; }

 p { color: rgb(81,74,36); }

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

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

 a { background-color: rgb(81,74,36); }

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

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

 span { border-color: rgb(81,74,36); }

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