#544802

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

Shades of Bronze Olive #544802

Tints of Bronze Olive #544802

Color information

#544802 (or 0x544802) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 02. RGB value is (84,72,2). Sum of RGB (Red+Green+Blue) = 84+72+2=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544802 is #ABB7FD. Grayscale: #434343. Windows color (decimal): -11253758 or 149588. OLE color: 149588.

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

Color convert

RGB84722-
CMYK00.140.980.67
HSL51.22º95.35%16.86%-
HSV(B)51.22º97.62%32.94%-
XYZ5.986.521-
YUV67.6190.98139.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=53.16%
G=45.57%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8472200.140.980.6751.2295.3516.86
Hex544820E6243335f11
Octal12411020161421036313721
Binary10101001001000100111011000101000011110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544802; }

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

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

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

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

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

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

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

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