#544A0E

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

Shades of Bronze Olive #544A0E

Tints of Bronze Olive #544A0E

Color information

#544A0E (or 0x544A0E) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 0E. RGB value is (84,74,14). Sum of RGB (Red+Green+Blue) = 84+74+14=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A0E is #ABB5F1. Grayscale: #464646. Windows color (decimal): -11253234 or 936532. OLE color: 936532.

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

Color convert

RGB847414-
CMYK00.120.830.67
HSL51.43º71.43%19.22%-
HSV(B)51.43º83.33%32.94%-
XYZ6.186.811.4-
YUV70.1596.31137.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=48.84%
G=43.02%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84741400.120.830.6751.4371.4319.22
Hex544AE0C5343334713
Octal124112160141231036310723
Binary1010100100101011100110010100111000011110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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