#544806

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

Shades of Bronze Olive #544806

Tints of Bronze Olive #544806

Color information

#544806 (or 0x544806) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 06. RGB value is (84,72,6). Sum of RGB (Red+Green+Blue) = 84+72+6=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #544806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544806 is #ABB7F9. Grayscale: #444444. Windows color (decimal): -11253754 or 411732. OLE color: 411732.

HSL color Cylindrical-coordinate representation of color #544806: hue angle of 50.77º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #544806 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB84726-
CMYK00.140.930.67
HSL50.77º86.67%17.65%-
HSV(B)50.77º92.86%32.94%-
XYZ6.016.531.12-
YUV68.0692.98139.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=51.85%
G=44.44%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8472600.140.930.6750.7786.6717.65
Hex544860E5D43335712
Octal12411060161351036312722
Binary101010010010001100111010111011000011110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544806; }

 p { color: rgb(84,72,6); }

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

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

 a { background-color: rgb(84,72,6); }

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

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

 span { border-color: rgb(84,72,6); }

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