#544919

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

Shades of Bronze Olive #544919

Tints of Bronze Olive #544919

Color information

#544919 (or 0x544919) is unknown color: approx Bronze Olive. HEX triplet: 54, 49 and 19. RGB value is (84,73,25). Sum of RGB (Red+Green+Blue) = 84+73+25=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #544919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544919 is #ABB6E6. Grayscale: #474747. Windows color (decimal): -11253479 or 1657172. OLE color: 1657172.

HSL color Cylindrical-coordinate representation of color #544919: hue angle of 48.81º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #544919 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB847325-
CMYK00.130.700.67
HSL48.81º54.13%21.37%-
HSV(B)48.81º70.24%32.94%-
XYZ6.216.721.89-
YUV70.82102.14137.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=46.15%
G=40.11%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84732500.130.700.6748.8154.1321.37
Hex5449190D4643313615
Octal12411131015106103616625
Binary1010100100100111001011011000110100001111000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544919; }

 p { color: rgb(84,73,25); }

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

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

 a { background-color: rgb(84,73,25); }

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

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

 span { border-color: rgb(84,73,25); }

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