#544606

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

Shades of Bronze Olive #544606

Tints of Bronze Olive #544606

Color information

#544606 (or 0x544606) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 06. RGB value is (84,70,6). Sum of RGB (Red+Green+Blue) = 84+70+6=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #544606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544606 is #ABB9F9. Grayscale: #434343. Windows color (decimal): -11254266 or 411220. OLE color: 411220.

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

Color convert

RGB84706-
CMYK00.170.930.67
HSL49.23º86.67%17.65%-
HSV(B)49.23º92.86%32.94%-
XYZ5.886.281.07-
YUV66.8993.64140.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=52.5%
G=43.75%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8470600.170.930.6749.2386.6717.65
Hex544660115D43315712
Octal12410660211351036112722
Binary1010100100011011001000110111011000011110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544606; }

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

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

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

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

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

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

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

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