#544B00

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

Shades of Bronze Olive #544B00

Tints of Bronze Olive #544B00

Color information

#544B00 (or 0x544B00) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 00. RGB value is (84,75,0). Sum of RGB (Red+Green+Blue) = 84+75+0=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #544B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B00 is #ABB4FF. Grayscale: #454545. Windows color (decimal): -11252992 or 19284. OLE color: 19284.

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

Color convert

RGB84750-
CMYK00.1110.67
HSL53.57º100%16.47%-
HSV(B)53.57º100%32.94%-
XYZ6.176.921.01-
YUV69.1488.98138.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.83%
G=47.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8475000.1110.6753.5710016.47
Hex544B00B6443366410
Octal12411300131441036614420
Binary1010100100101100101111001001000011110110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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