#544D1E

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

Shades of Bronze Olive #544D1E

Tints of Bronze Olive #544D1E

Color information

#544D1E (or 0x544D1E) is unknown color: approx Bronze Olive. HEX triplet: 54, 4D and 1E. RGB value is (84,77,30). Sum of RGB (Red+Green+Blue) = 84+77+30=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D1E is #ABB2E1. Grayscale: #494949. Windows color (decimal): -11252450 or 1985876. OLE color: 1985876.

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

Color convert

RGB847730-
CMYK00.080.640.67
HSL52.22º47.37%22.35%-
HSV(B)52.22º64.29%32.94%-
XYZ6.547.292.29-
YUV73.74103.32135.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=43.98%
G=40.31%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84773000.080.640.6752.2247.3722.35
Hex544D1E084043342f16
Octal12411536010100103645726
Binary1010100100110111110010001000000100001111010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,30); }

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

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

 a { background-color: rgb(84,77,30); }

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

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

 span { border-color: rgb(84,77,30); }

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