#514746

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

Shades of Woody Brown #514746

Tints of Woody Brown #514746

Color information

#514746 (or 0x514746) is unknown color: approx Woody Brown. HEX triplet: 51, 47 and 46. RGB value is (81,71,70). Sum of RGB (Red+Green+Blue) = 81+71+70=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514746 is #AEB8B9. Grayscale: #494949. Windows color (decimal): -11450554 or 4605777. OLE color: 4605777.

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

Color convert

RGB817170-
CMYK00.120.140.68
HSL5.45º7.28%29.61%-
HSV(B)5.45º13.58%31.76%-
XYZ6.756.76.73-
YUV73.88125.81133.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=36.49%
G=31.98%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81717000.120.140.685.457.2829.61
Hex5147460CE44571e
Octal121107106014161045736
Binary101000110001111000110011001110100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514746; }

 p { color: rgb(81,71,70); }

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

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

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

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

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

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

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