#544B29

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

Shades of Bronze Olive #544B29

Tints of Bronze Olive #544B29

Color information

#544B29 (or 0x544B29) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 29. RGB value is (84,75,41). Sum of RGB (Red+Green+Blue) = 84+75+41=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #544B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B29 is #ABB4D6. Grayscale: #494949. Windows color (decimal): -11252951 or 2706260. OLE color: 2706260.

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

Color convert

RGB847541-
CMYK00.110.510.67
HSL47.44º34.4%24.51%-
HSV(B)47.44º51.19%32.94%-
XYZ6.577.083.12-
YUV73.82109.48135.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=42%
G=37.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84754100.110.510.6747.4434.424.51
Hex544B290B33432f2219
Octal1241135101363103574231
Binary1010100100101110100101011110011100001110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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