#544B02

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

Shades of Bronze Olive #544B02

Tints of Bronze Olive #544B02

Color information

#544B02 (or 0x544B02) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 02. RGB value is (84,75,2). Sum of RGB (Red+Green+Blue) = 84+75+2=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B02 is #ABB4FD. Grayscale: #454545. Windows color (decimal): -11252990 or 150356. OLE color: 150356.

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

Color convert

RGB84752-
CMYK00.110.980.67
HSL53.41º95.35%16.86%-
HSV(B)53.41º97.62%32.94%-
XYZ6.186.921.07-
YUV69.3789.98138.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 75 (29.69% from 255) = 46.58%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=52.17%
G=46.58%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8475200.110.980.6753.4195.3516.86
Hex544B20B6243355f11
Octal12411320131421036513721
Binary10101001001011100101111000101000011110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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