#514D23

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

Shades of Bronze Olive #514D23

Tints of Bronze Olive #514D23

Color information

#514D23 (or 0x514D23) is unknown color: approx Bronze Olive. HEX triplet: 51, 4D and 23. RGB value is (81,77,35). Sum of RGB (Red+Green+Blue) = 81+77+35=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D23 is #AEB2DC. Grayscale: #494949. Windows color (decimal): -11449053 or 2313553. OLE color: 2313553.

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

Color convert

RGB817735-
CMYK00.050.570.68
HSL54.78º39.66%22.75%-
HSV(B)54.78º56.79%31.76%-
XYZ6.357.182.64-
YUV73.41106.33133.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=41.97%
G=39.90%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81773500.050.570.6854.7839.6622.75
Hex514D23053944372817
Octal121115430571104675027
Binary101000110011011000110101111001100010011011110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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