#544825

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

Shades of Bronze Olive #544825

Tints of Bronze Olive #544825

Color information

#544825 (or 0x544825) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 25. RGB value is (84,72,37). Sum of RGB (Red+Green+Blue) = 84+72+37=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544825 is #ABB7DA. Grayscale: #474747. Windows color (decimal): -11253723 or 2443348. OLE color: 2443348.

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

Color convert

RGB847237-
CMYK00.140.560.67
HSL44.68º38.84%23.73%-
HSV(B)44.68º55.95%32.94%-
XYZ6.316.652.7-
YUV71.6108.48136.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=43.52%
G=37.31%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84723700.140.560.6744.6838.8423.73
Hex5448250E38432d2718
Octal1241104501670103554730
Binary1010100100100010010101110111000100001110110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544825; }

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

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

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

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

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

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

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

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