#545013

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

Shades of Bronze Olive #545013

Tints of Bronze Olive #545013

Color information

#545013 (or 0x545013) is unknown color: approx Bronze Olive. HEX triplet: 54, 50 and 13. RGB value is (84,80,19). Sum of RGB (Red+Green+Blue) = 84+80+19=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #545013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545013 is #ABAFEC. Grayscale: #4A4A4A. Windows color (decimal): -11251693 or 1265748. OLE color: 1265748.

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

Color convert

RGB848019-
CMYK00.050.770.67
HSL56.31º63.11%20.2%-
HSV(B)56.31º77.38%32.94%-
XYZ6.647.671.75-
YUV74.2496.83134.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=45.90%
G=43.72%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84801900.050.770.6756.3163.1120.2
Hex545013054D43383f14
Octal1241202305115103707724
Binary101010010100001001101011001101100001111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545013; }

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

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

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

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

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

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

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

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