#544745

Color #544745 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #544745

Tints of Woody Brown #544745

Color information

#544745 (or 0x544745) is unknown color: approx Woody Brown. HEX triplet: 54, 47 and 45. RGB value is (84,71,69). Sum of RGB (Red+Green+Blue) = 84+71+69=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544745 is #ABB8BA. Grayscale: #4A4A4A. Windows color (decimal): -11253947 or 4540244. OLE color: 4540244.

HSL color Cylindrical-coordinate representation of color #544745: hue angle of 8º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #544745 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB847169-
CMYK00.150.180.67
HSL9.8%30%-
HSV(B)17.86%32.94%-
XYZ6.986.826.58-
YUV74.66124.81134.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=37.5%
G=31.70%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84716900.150.180.6789.830
Hex5447450F12438a1e
Octal12410710501722103101236
Binary101010010001111000101011111001010000111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544745; }

 p { color: rgb(84,71,69); }

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

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

 a { background-color: rgb(84,71,69); }

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

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

 span { border-color: rgb(84,71,69); }

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