#514C23

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

Shades of Bronze Olive #514C23

Tints of Bronze Olive #514C23

Color information

#514C23 (or 0x514C23) is unknown color: approx Bronze Olive. HEX triplet: 51, 4C and 23. RGB value is (81,76,35). Sum of RGB (Red+Green+Blue) = 81+76+35=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C23 is #AEB3DC. Grayscale: #484848. Windows color (decimal): -11449309 or 2313297. OLE color: 2313297.

HSL color Cylindrical-coordinate representation of color #514C23: hue angle of 53.48º 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 #514C23 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB817635-
CMYK00.060.570.68
HSL53.48º39.66%22.75%-
HSV(B)53.48º56.79%31.76%-
XYZ6.287.042.62-
YUV72.82106.66133.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=42.19%
G=39.58%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81763500.060.570.6853.4839.6622.75
Hex514C23063944352817
Octal121114430671104655027
Binary101000110011001000110110111001100010011010110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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