#544220

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

Shades of Bronze Olive #544220

Tints of Bronze Olive #544220

Color information

#544220 (or 0x544220) is unknown color: approx Bronze Olive. HEX triplet: 54, 42 and 20. RGB value is (84,66,32). Sum of RGB (Red+Green+Blue) = 84+66+32=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #544220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544220 is #ABBDDF. Grayscale: #434343. Windows color (decimal): -11255264 or 2114132. OLE color: 2114132.

HSL color Cylindrical-coordinate representation of color #544220: hue angle of 39.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544220 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB846632-
CMYK00.210.620.67
HSL39.23º44.83%22.75%-
HSV(B)39.23º61.9%32.94%-
XYZ5.875.892.19-
YUV67.51107.96139.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=46.15%
G=36.26%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84663200.210.620.6739.2344.8322.75
Hex5442200153E43272d17
Octal1241024002576103475527
Binary10101001000010100000010101111110100001110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544220; }

 p { color: rgb(84,66,32); }

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

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

 a { background-color: rgb(84,66,32); }

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

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

 span { border-color: rgb(84,66,32); }

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