#544F1E

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

Shades of Bronze Olive #544F1E

Tints of Bronze Olive #544F1E

Color information

#544F1E (or 0x544F1E) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 1E. RGB value is (84,79,30). Sum of RGB (Red+Green+Blue) = 84+79+30=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F1E is #ABB0E1. Grayscale: #4B4B4B. Windows color (decimal): -11251938 or 1986388. OLE color: 1986388.

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

Color convert

RGB847930-
CMYK00.060.640.67
HSL54.44º47.37%22.35%-
HSV(B)54.44º64.29%32.94%-
XYZ6.697.572.34-
YUV74.91102.66134.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=43.52%
G=40.93%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84793000.060.640.6754.4447.3722.35
Hex544F1E064043362f16
Octal1241173606100103665726
Binary101010010011111111001101000000100001111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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