#54492A

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

Shades of Bronze Olive #54492A

Tints of Bronze Olive #54492A

Color information

#54492A (or 0x54492A) is unknown color: approx Bronze Olive. HEX triplet: 54, 49 and 2A. RGB value is (84,73,42). Sum of RGB (Red+Green+Blue) = 84+73+42=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #54492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54492A is #ABB6D5. Grayscale: #484848. Windows color (decimal): -11253462 or 2771284. OLE color: 2771284.

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

Color convert

RGB847342-
CMYK00.130.50.67
HSL44.29º33.33%24.71%-
HSV(B)44.29º50%32.94%-
XYZ6.466.823.17-
YUV72.76110.64136.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=42.21%
G=36.68%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84734200.130.50.6744.2933.3324.71
Hex54492A0D32432c2119
Octal1241115201562103544131
Binary1010100100100110101001101110010100001110110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54492A; }

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

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

<style>
 a { background-color: #54492A; }

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

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

<style>
 span { border-color: #54492A; }

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

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