#544B2A

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

Shades of Bronze Olive #544B2A

Tints of Bronze Olive #544B2A

Color information

#544B2A (or 0x544B2A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 2A. RGB value is (84,75,42). Sum of RGB (Red+Green+Blue) = 84+75+42=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B2A is #ABB4D5. Grayscale: #4A4A4A. Windows color (decimal): -11252950 or 2771796. OLE color: 2771796.

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

Color convert

RGB847542-
CMYK00.110.50.67
HSL47.14º33.33%24.71%-
HSV(B)47.14º50%32.94%-
XYZ6.597.083.21-
YUV73.93109.98135.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=41.79%
G=37.31%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84754200.110.50.6747.1433.3324.71
Hex544B2A0B32432f2119
Octal1241135201362103574131
Binary1010100100101110101001011110010100001110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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