#544A28

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

Shades of Bronze Olive #544A28

Tints of Bronze Olive #544A28

Color information

#544A28 (or 0x544A28) is unknown color: approx Bronze Olive. HEX triplet: 54, 4A and 28. RGB value is (84,74,40). Sum of RGB (Red+Green+Blue) = 84+74+40=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #544A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A28 is #ABB5D7. Grayscale: #494949. Windows color (decimal): -11253208 or 2640468. OLE color: 2640468.

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

Color convert

RGB847440-
CMYK00.120.520.67
HSL46.36º35.48%24.31%-
HSV(B)46.36º52.38%32.94%-
XYZ6.496.943-
YUV73.11109.31135.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=42.42%
G=37.37%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84744000.120.520.6746.3635.4824.31
Hex544A280C34432e2318
Octal1241125001464103564330
Binary1010100100101010100001100110100100001110111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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