#544602

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

Shades of Bronze Olive #544602

Tints of Bronze Olive #544602

Color information

#544602 (or 0x544602) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 02. RGB value is (84,70,2). Sum of RGB (Red+Green+Blue) = 84+70+2=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #544602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544602 is #ABB9FD. Grayscale: #424242. Windows color (decimal): -11254270 or 149076. OLE color: 149076.

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

Color convert

RGB84702-
CMYK00.170.980.67
HSL49.76º95.35%16.86%-
HSV(B)49.76º97.62%32.94%-
XYZ5.866.270.96-
YUV66.4391.64140.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=53.85%
G=44.87%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8470200.170.980.6749.7695.3516.86
Hex544620116243325f11
Octal12410620211421036213721
Binary101010010001101001000111000101000011110010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544602; }

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

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

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

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

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

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

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

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