#545015

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

Shades of Bronze Olive #545015

Tints of Bronze Olive #545015

Color information

#545015 (or 0x545015) is unknown color: approx Bronze Olive. HEX triplet: 54, 50 and 15. RGB value is (84,80,21). Sum of RGB (Red+Green+Blue) = 84+80+21=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #545015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545015 is #ABAFEA. Grayscale: #4A4A4A. Windows color (decimal): -11251691 or 1396820. OLE color: 1396820.

HSL color Cylindrical-coordinate representation of color #545015: hue angle of 56.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #545015 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB848021-
CMYK00.050.750.67
HSL56.19º60%20.59%-
HSV(B)56.19º75%32.94%-
XYZ6.667.681.84-
YUV74.4797.83134.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=45.41%
G=43.24%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84802100.050.750.6756.196020.59
Hex545015054B43383c15
Octal1241202505113103707425
Binary101010010100001010101011001011100001111100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545015; }

 p { color: rgb(84,80,21); }

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

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

 a { background-color: rgb(84,80,21); }

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

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

 span { border-color: rgb(84,80,21); }

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