#514646

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

Shades of Woody Brown #514646

Tints of Woody Brown #514646

Color information

#514646 (or 0x514646) is unknown color: approx Woody Brown. HEX triplet: 51, 46 and 46. RGB value is (81,70,70). Sum of RGB (Red+Green+Blue) = 81+70+70=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514646 is #AEB9B9. Grayscale: #494949. Windows color (decimal): -11450810 or 4605521. OLE color: 4605521.

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

Color convert

RGB817070-
CMYK00.140.140.68
HSL7.28%29.61%-
HSV(B)13.58%31.76%-
XYZ6.696.576.71-
YUV73.29126.14133.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=36.65%
G=31.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81707000.140.140.6807.2829.61
Hex5146460EE44071e
Octal121106106016161040736
Binary1010001100011010001100111011101000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514646; }

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

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

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

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

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

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

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

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