#544706

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

Shades of Bronze Olive #544706

Tints of Bronze Olive #544706

Color information

#544706 (or 0x544706) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 06. RGB value is (84,71,6). Sum of RGB (Red+Green+Blue) = 84+71+6=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544706 is #ABB8F9. Grayscale: #434343. Windows color (decimal): -11254010 or 411476. OLE color: 411476.

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

Color convert

RGB84716-
CMYK00.150.930.67
HSL50º86.67%17.65%-
HSV(B)50º92.86%32.94%-
XYZ5.946.41.1-
YUV67.4893.31139.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=52.17%
G=44.10%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8471600.150.930.675086.6717.65
Hex544760F5D43325712
Octal12410760171351036212722
Binary101010010001111100111110111011000011110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544706; }

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

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

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

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

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

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

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

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