#544710

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

Shades of Bronze Olive #544710

Tints of Bronze Olive #544710

Color information

#544710 (or 0x544710) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 10. RGB value is (84,71,16). Sum of RGB (Red+Green+Blue) = 84+71+16=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #544710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544710 is #ABB8EF. Grayscale: #444444. Windows color (decimal): -11254000 or 1066836. OLE color: 1066836.

HSL color Cylindrical-coordinate representation of color #544710: hue angle of 48.53º 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 #544710 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB847116-
CMYK00.150.810.67
HSL48.53º68%19.61%-
HSV(B)48.53º80.95%32.94%-
XYZ66.431.41-
YUV68.6298.31138.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=49.12%
G=41.52%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84711600.150.810.6748.536819.61
Hex5447100F5143314414
Octal124107200171211036110424
Binary10101001000111100000111110100011000011110001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544710; }

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

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

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

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

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

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

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

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