#544915

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

Shades of Bronze Olive #544915

Tints of Bronze Olive #544915

Color information

#544915 (or 0x544915) is unknown color: approx Bronze Olive. HEX triplet: 54, 49 and 15. RGB value is (84,73,21). Sum of RGB (Red+Green+Blue) = 84+73+21=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544915 is #ABB6EA. Grayscale: #464646. Windows color (decimal): -11253483 or 1395028. OLE color: 1395028.

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

Color convert

RGB847321-
CMYK00.130.750.67
HSL49.52º60%20.59%-
HSV(B)49.52º75%32.94%-
XYZ6.176.71.68-
YUV70.36100.14137.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=47.19%
G=41.01%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84732100.130.750.6749.526020.59
Hex5449150D4B43323c15
Octal12411125015113103627425
Binary1010100100100110101011011001011100001111001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544915; }

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

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

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

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

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

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

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

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