#544B03

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

Shades of Bronze Olive #544B03

Tints of Bronze Olive #544B03

Color information

#544B03 (or 0x544B03) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 03. RGB value is (84,75,3). Sum of RGB (Red+Green+Blue) = 84+75+3=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #544B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B03 is #ABB4FC. Grayscale: #454545. Windows color (decimal): -11252989 or 215892. OLE color: 215892.

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

Color convert

RGB84753-
CMYK00.110.960.67
HSL53.33º93.1%17.06%-
HSV(B)53.33º96.43%32.94%-
XYZ6.196.921.1-
YUV69.4890.48138.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=51.85%
G=46.30%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8475300.110.960.6753.3393.117.06
Hex544B30B6043355d11
Octal12411330131401036513521
Binary10101001001011110101111000001000011110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B03; }

 p { color: rgb(84,75,3); }

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

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

 a { background-color: rgb(84,75,3); }

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

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

 span { border-color: rgb(84,75,3); }

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