#514645

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

Shades of Woody Brown #514645

Tints of Woody Brown #514645

Color information

#514645 (or 0x514645) is unknown color: approx Woody Brown. HEX triplet: 51, 46 and 45. RGB value is (81,70,69). Sum of RGB (Red+Green+Blue) = 81+70+69=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514645 is #AEB9BA. Grayscale: #494949. Windows color (decimal): -11450811 or 4539985. OLE color: 4539985.

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

Color convert

RGB817069-
CMYK00.140.150.68
HSL8%29.41%-
HSV(B)14.81%31.76%-
XYZ6.666.566.55-
YUV73.18125.64133.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=36.82%
G=31.82%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706900.140.150.685829.41
Hex5146450EF44581d
Octal1211061050161710451035
Binary1010001100011010001010111011111000100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514645; }

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

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

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

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

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

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

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

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