#544A24

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

Shades of Bronze Olive #544A24

Tints of Bronze Olive #544A24

Color information

#544A24 (or 0x544A24) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 24. RGB value is (84,74,36). Sum of RGB (Red+Green+Blue) = 84+74+36=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A24 is #ABB5DB. Grayscale: #484848. Windows color (decimal): -11253212 or 2378324. OLE color: 2378324.

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

Color convert

RGB847436-
CMYK00.120.570.67
HSL47.5º40%23.53%-
HSV(B)47.5º57.14%32.94%-
XYZ6.426.912.66-
YUV72.66107.31136.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 36 (14.45% from 255) = 18.56%
R=43.30%
G=38.14%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84743600.120.570.6747.54023.53
Hex544A240C3943302818
Octal1241124401471103605030
Binary1010100100101010010001100111001100001111000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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