#544A2A

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

Shades of Bronze Olive #544A2A

Tints of Bronze Olive #544A2A

Color information

#544A2A (or 0x544A2A) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 2A. RGB value is (84,74,42). Sum of RGB (Red+Green+Blue) = 84+74+42=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #544A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A2A is #ABB5D5. Grayscale: #494949. Windows color (decimal): -11253206 or 2771540. OLE color: 2771540.

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

Color convert

RGB847442-
CMYK00.120.50.67
HSL45.71º33.33%24.71%-
HSV(B)45.71º50%32.94%-
XYZ6.526.953.19-
YUV73.34110.31135.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 42 (16.80% from 255) = 21%
R=42%
G=37%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84744200.120.50.6745.7133.3324.71
Hex544A2A0C32432e2119
Octal1241125201462103564131
Binary1010100100101010101001100110010100001110111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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