#544B19

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

Shades of Bronze Olive #544B19

Tints of Bronze Olive #544B19

Color information

#544B19 (or 0x544B19) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 19. RGB value is (84,75,25). Sum of RGB (Red+Green+Blue) = 84+75+25=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #544B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B19 is #ABB4E6. Grayscale: #484848. Windows color (decimal): -11252967 or 1657684. OLE color: 1657684.

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

Color convert

RGB847525-
CMYK00.110.700.67
HSL50.85º54.13%21.37%-
HSV(B)50.85º70.24%32.94%-
XYZ6.356.991.93-
YUV71.99101.48136.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=45.65%
G=40.76%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84752500.110.700.6750.8554.1321.37
Hex544B190B4643333615
Octal12411331013106103636625
Binary1010100100101111001010111000110100001111001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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