#514A23

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

Shades of Bronze Olive #514A23

Tints of Bronze Olive #514A23

Color information

#514A23 (or 0x514A23) is unknown color: approx Bronze Olive. HEX triplet: 51, 4A and 23. RGB value is (81,74,35). Sum of RGB (Red+Green+Blue) = 81+74+35=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A23 is #AEB5DC. Grayscale: #474747. Windows color (decimal): -11449821 or 2312785. OLE color: 2312785.

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

Color convert

RGB817435-
CMYK00.090.570.68
HSL50.87º39.66%22.75%-
HSV(B)50.87º56.79%31.76%-
XYZ6.156.772.57-
YUV71.65107.32134.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=42.63%
G=38.95%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81743500.090.570.6850.8739.6622.75
Hex514A23093944332817
Octal1211124301171104635027
Binary1010001100101010001101001111001100010011001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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