#544B21

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

Shades of Bronze Olive #544B21

Tints of Bronze Olive #544B21

Color information

#544B21 (or 0x544B21) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 21. RGB value is (84,75,33). Sum of RGB (Red+Green+Blue) = 84+75+33=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B21 is #ABB4DE. Grayscale: #494949. Windows color (decimal): -11252959 or 2181972. OLE color: 2181972.

HSL color Cylindrical-coordinate representation of color #544B21: hue angle of 49.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544B21 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB847533-
CMYK00.110.610.67
HSL49.41º43.59%22.94%-
HSV(B)49.41º60.71%32.94%-
XYZ6.457.032.46-
YUV72.9105.48135.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=43.75%
G=39.06%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84753300.110.610.6749.4143.5922.94
Hex544B210B3D43312c17
Octal1241134101375103615427
Binary1010100100101110000101011111101100001111000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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