#514544

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

Shades of Woody Brown #514544

Tints of Woody Brown #514544

Color information

#514544 (or 0x514544) is unknown color: approx Woody Brown. HEX triplet: 51, 45 and 44. RGB value is (81,69,68). Sum of RGB (Red+Green+Blue) = 81+69+68=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514544 is #AEBABB. Grayscale: #484848. Windows color (decimal): -11451068 or 4474193. OLE color: 4474193.

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

Color convert

RGB816968-
CMYK00.150.160.68
HSL4.62º8.72%29.22%-
HSV(B)4.62º16.05%31.76%-
XYZ6.566.426.36-
YUV72.47125.48134.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=37.16%
G=31.65%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81696800.150.160.684.628.7229.22
Hex5145440F1044591d
Octal1211051040172010451135
Binary10100011000101100010001111100001000100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514544; }

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

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

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

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

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

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

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

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