#544D25

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

Shades of Bronze Olive #544D25

Tints of Bronze Olive #544D25

Color information

#544D25 (or 0x544D25) is unknown color: approx Bronze Olive. HEX triplet: 54, 4D and 25. RGB value is (84,77,37). Sum of RGB (Red+Green+Blue) = 84+77+37=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #544D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D25 is #ABB2DA. Grayscale: #4A4A4A. Windows color (decimal): -11252443 or 2444628. OLE color: 2444628.

HSL color Cylindrical-coordinate representation of color #544D25: hue angle of 51.06º 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 #544D25 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB847737-
CMYK00.080.560.67
HSL51.06º38.84%23.73%-
HSV(B)51.06º55.95%32.94%-
XYZ6.647.332.81-
YUV74.53106.82134.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=42.42%
G=38.89%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84773700.080.560.6751.0638.8423.73
Hex544D25083843332718
Octal1241154501070103634730
Binary1010100100110110010101000111000100001111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544D25; }

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

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

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

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

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

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

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

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