#545025

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

Shades of Bronze Olive #545025

Tints of Bronze Olive #545025

Color information

#545025 (or 0x545025) is unknown color: approx Bronze Olive. HEX triplet: 54, 50 and 25. RGB value is (84,80,37). Sum of RGB (Red+Green+Blue) = 84+80+37=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #545025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545025 is #ABAFDA. Grayscale: #4C4C4C. Windows color (decimal): -11251675 or 2445396. OLE color: 2445396.

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

Color convert

RGB848037-
CMYK00.050.560.67
HSL54.89º38.84%23.73%-
HSV(B)54.89º55.95%32.94%-
XYZ6.867.762.89-
YUV76.29105.83133.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=41.79%
G=39.80%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84803700.050.560.6754.8938.8423.73
Hex545025053843372718
Octal124120450570103674730
Binary101010010100001001010101111000100001111011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545025; }

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

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

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

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

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

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

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

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