#544A25

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

Shades of Bronze Olive #544A25

Tints of Bronze Olive #544A25

Color information

#544A25 (or 0x544A25) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 25. RGB value is (84,74,37). Sum of RGB (Red+Green+Blue) = 84+74+37=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #544A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A25 is #ABB5DA. Grayscale: #484848. Windows color (decimal): -11253211 or 2443860. OLE color: 2443860.

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

Color convert

RGB847437-
CMYK00.120.560.67
HSL47.23º38.84%23.73%-
HSV(B)47.23º55.95%32.94%-
XYZ6.446.922.75-
YUV72.77107.81136.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=43.08%
G=37.95%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84743700.120.560.6747.2338.8423.73
Hex544A250C38432f2718
Octal1241124501470103574730
Binary1010100100101010010101100111000100001110111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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