#544545

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

Shades of Woody Brown #544545

Tints of Woody Brown #544545

Color information

#544545 (or 0x544545) is unknown color: approx Woody Brown. HEX triplet: 54, 45 and 45. RGB value is (84,69,69). Sum of RGB (Red+Green+Blue) = 84+69+69=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544545 is #ABBABA. Grayscale: #494949. Windows color (decimal): -11254459 or 4539732. OLE color: 4539732.

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

Color convert

RGB846969-
CMYK00.180.180.67
HSL9.8%30%-
HSV(B)17.86%32.94%-
XYZ6.866.576.54-
YUV73.48125.47135.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=37.84%
G=31.08%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84696900.180.180.6709.830
Hex54454501212430a1e
Octal1241051050222210301236
Binary1010100100010110001010100101001010000110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544545; }

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

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

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

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

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

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

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

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