#544F0E

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

Shades of Bronze Olive #544F0E

Tints of Bronze Olive #544F0E

Color information

#544F0E (or 0x544F0E) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 0E. RGB value is (84,79,14). Sum of RGB (Red+Green+Blue) = 84+79+14=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #544F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F0E is #ABB0F1. Grayscale: #494949. Windows color (decimal): -11251954 or 937812. OLE color: 937812.

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

Color convert

RGB847914-
CMYK00.060.830.67
HSL55.71º71.43%19.22%-
HSV(B)55.71º83.33%32.94%-
XYZ6.537.511.52-
YUV73.0994.66135.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=47.46%
G=44.63%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84791400.060.830.6755.7171.4319.22
Hex544FE065343384713
Octal12411716061231037010723
Binary101010010011111110011010100111000011111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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