#544320

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

Shades of Bronze Olive #544320

Tints of Bronze Olive #544320

Color information

#544320 (or 0x544320) is unknown color: approx Bronze Olive. HEX triplet: 54, 43 and 20. RGB value is (84,67,32). Sum of RGB (Red+Green+Blue) = 84+67+32=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544320 is #ABBCDF. Grayscale: #444444. Windows color (decimal): -11255008 or 2114388. OLE color: 2114388.

HSL color Cylindrical-coordinate representation of color #544320: hue angle of 40.38º 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 #544320 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB846732-
CMYK00.200.620.67
HSL40.38º44.83%22.75%-
HSV(B)40.38º61.9%32.94%-
XYZ5.9262.21-
YUV68.09107.63139.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=45.90%
G=36.61%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84673200.200.620.6740.3844.8322.75
Hex5443200143E43282d17
Octal1241034002476103505527
Binary10101001000011100000010100111110100001110100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544320; }

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

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

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

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

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

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

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

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