#544406

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

Shades of Bronze Olive #544406

Tints of Bronze Olive #544406

Color information

#544406 (or 0x544406) is unknown color: approx Bronze Olive. HEX triplet: 54, 44 and 06. RGB value is (84,68,6). Sum of RGB (Red+Green+Blue) = 84+68+6=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544406 is #ABBBF9. Grayscale: #414141. Windows color (decimal): -11254778 or 410708. OLE color: 410708.

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

Color convert

RGB84686-
CMYK00.190.930.67
HSL47.69º86.67%17.65%-
HSV(B)47.69º92.86%32.94%-
XYZ5.766.031.03-
YUV65.7294.3141.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=53.16%
G=43.04%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8468600.190.930.6747.6986.6717.65
Hex544460135D43305712
Octal12410460231351036012722
Binary1010100100010011001001110111011000011110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544406; }

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

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

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

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

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

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

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

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