#514040

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

Shades of Woody Brown #514040

Tints of Woody Brown #514040

Color information

#514040 (or 0x514040) is unknown color: approx Woody Brown. HEX triplet: 51, 40 and 40. RGB value is (81,64,64). Sum of RGB (Red+Green+Blue) = 81+64+64=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #514040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514040 is #AEBFBF. Grayscale: #454545. Windows color (decimal): -11452352 or 4210769. OLE color: 4210769.

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

Color convert

RGB816464-
CMYK00.210.210.68
HSL11.72%28.43%-
HSV(B)20.99%31.76%-
XYZ6.155.795.64-
YUV69.08125.13136.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=38.76%
G=30.62%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81646400.210.210.68011.7228.43
Hex51404001515440c1c
Octal1211001000252510401434
Binary1010001100000010000000101011010110001000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514040; }

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

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

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

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

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

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

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

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