#544F21

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

Shades of Bronze Olive #544F21

Tints of Bronze Olive #544F21

Color information

#544F21 (or 0x544F21) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 21. RGB value is (84,79,33). Sum of RGB (Red+Green+Blue) = 84+79+33=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #544F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F21 is #ABB0DE. Grayscale: #4B4B4B. Windows color (decimal): -11251935 or 2182996. OLE color: 2182996.

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

Color convert

RGB847933-
CMYK00.060.610.67
HSL54.12º43.59%22.94%-
HSV(B)54.12º60.71%32.94%-
XYZ6.737.592.55-
YUV75.25104.16134.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=42.86%
G=40.31%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84793300.060.610.6754.1243.5922.94
Hex544F21063D43362c17
Octal124117410675103665427
Binary101010010011111000010110111101100001111011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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