#544801

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

Shades of Bronze Olive #544801

Tints of Bronze Olive #544801

Color information

#544801 (or 0x544801) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 01. RGB value is (84,72,1). Sum of RGB (Red+Green+Blue) = 84+72+1=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #544801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544801 is #ABB7FE. Grayscale: #434343. Windows color (decimal): -11253759 or 84052. OLE color: 84052.

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

Color convert

RGB84721-
CMYK00.140.990.67
HSL51.33º97.65%16.67%-
HSV(B)51.33º98.81%32.94%-
XYZ5.986.520.97-
YUV67.4990.48139.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=53.50%
G=45.86%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8472100.140.990.6751.3397.6516.67
Hex544810E6343336211
Octal12411010161431036314221
Binary1010100100100010111011000111000011110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544801; }

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

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

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

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

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

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

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

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