#544601

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

Shades of Bronze Olive #544601

Tints of Bronze Olive #544601

Color information

#544601 (or 0x544601) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 01. RGB value is (84,70,1). Sum of RGB (Red+Green+Blue) = 84+70+1=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #544601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544601 is #ABB9FE. Grayscale: #424242. Windows color (decimal): -11254271 or 83540. OLE color: 83540.

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

Color convert

RGB84701-
CMYK00.170.990.67
HSL49.88º97.65%16.67%-
HSV(B)49.88º98.81%32.94%-
XYZ5.856.270.93-
YUV66.3291.14140.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=54.19%
G=45.16%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8470100.170.990.6749.8897.6516.67
Hex544610116343326211
Octal12410610211431036214221
Binary10101001000110101000111000111000011110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544601; }

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

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

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

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

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

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

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

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