#544A23

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

Shades of Bronze Olive #544A23

Tints of Bronze Olive #544A23

Color information

#544A23 (or 0x544A23) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 23. RGB value is (84,74,35). Sum of RGB (Red+Green+Blue) = 84+74+35=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A23 is #ABB5DC. Grayscale: #484848. Windows color (decimal): -11253213 or 2312788. OLE color: 2312788.

HSL color Cylindrical-coordinate representation of color #544A23: hue angle of 47.76º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #544A23 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB847435-
CMYK00.120.580.67
HSL47.76º41.18%23.33%-
HSV(B)47.76º58.33%32.94%-
XYZ6.416.92.58-
YUV72.54106.81136.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=43.52%
G=38.34%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84743500.120.580.6747.7641.1823.33
Hex544A230C3A43302917
Octal1241124301472103605127
Binary1010100100101010001101100111010100001111000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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