#544A27

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

Shades of Bronze Olive #544A27

Tints of Bronze Olive #544A27

Color information

#544A27 (or 0x544A27) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 27. RGB value is (84,74,39). Sum of RGB (Red+Green+Blue) = 84+74+39=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #544A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A27 is #ABB5D8. Grayscale: #494949. Windows color (decimal): -11253209 or 2574932. OLE color: 2574932.

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

Color convert

RGB847439-
CMYK00.120.540.67
HSL46.67º36.59%24.12%-
HSV(B)46.67º53.57%32.94%-
XYZ6.476.932.92-
YUV73108.81135.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=42.64%
G=37.56%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84743900.120.540.6746.6736.5924.12
Hex544A270C36432f2518
Octal1241124701466103574530
Binary1010100100101010011101100110110100001110111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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