#544f10

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

Shades of Bronze Olive #544F10

Tints of Bronze Olive #544F10

Color information

#544F10 (or 0x544F10) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 10. RGB value is (84,79,16). Sum of RGB (Red+Green+Blue) = 84+79+16=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #544F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F10 is #ABB0EF. Grayscale: #494949. Windows color (decimal): -11251952 or 1068884. OLE color: 1068884.

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

Color convert

RGB847916-
CMYK00.060.810.67
HSL55.59º68%19.61%-
HSV(B)55.59º80.95%32.94%-
XYZ6.557.511.6-
YUV73.3195.66135.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=46.93%
G=44.13%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84791600.060.810.6755.596819.61
Hex544F10065143384414
Octal12411720061211037010424
Binary1010100100111110000011010100011000011111000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544f10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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