#544F1A

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

Shades of Bronze Olive #544F1A

Tints of Bronze Olive #544F1A

Color information

#544F1A (or 0x544F1A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 1A. RGB value is (84,79,26). Sum of RGB (Red+Green+Blue) = 84+79+26=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #544F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F1A is #ABB0E5. Grayscale: #4A4A4A. Windows color (decimal): -11251942 or 1724244. OLE color: 1724244.

HSL color Cylindrical-coordinate representation of color #544F1A: hue angle of 54.83º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #544F1A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB847926-
CMYK00.060.690.67
HSL54.83º52.73%21.57%-
HSV(B)54.83º69.05%32.94%-
XYZ6.647.552.08-
YUV74.45100.66134.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=44.44%
G=41.80%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84792600.060.690.6754.8352.7321.57
Hex544F1A064543373516
Octal1241173206105103676526
Binary101010010011111101001101000101100001111011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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