#514444

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

Shades of Woody Brown #514444

Tints of Woody Brown #514444

Color information

#514444 (or 0x514444) is unknown color: approx Woody Brown. HEX triplet: 51, 44 and 44. RGB value is (81,68,68). Sum of RGB (Red+Green+Blue) = 81+68+68=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514444 is #AEBBBB. Grayscale: #474747. Windows color (decimal): -11451324 or 4473937. OLE color: 4473937.

HSL color Cylindrical-coordinate representation of color #514444: hue angle of 0º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514444 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB816868-
CMYK00.160.160.68
HSL8.72%29.22%-
HSV(B)16.05%31.76%-
XYZ6.56.36.34-
YUV71.89125.81134.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=37.33%
G=31.34%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81686800.160.160.6808.7229.22
Hex5144440101044091d
Octal1211041040202010401135
Binary1010001100010010001000100001000010001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514444; }

 p { color: rgb(81,68,68); }

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

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

 a { background-color: rgb(81,68,68); }

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

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

 span { border-color: rgb(81,68,68); }

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