#514141

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

Shades of Woody Brown #514141

Tints of Woody Brown #514141

Color information

#514141 (or 0x514141) is unknown color: approx Woody Brown. HEX triplet: 51, 41 and 41. RGB value is (81,65,65). Sum of RGB (Red+Green+Blue) = 81+65+65=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514141 is #AEBEBE. Grayscale: #454545. Windows color (decimal): -11452095 or 4276561. OLE color: 4276561.

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

Color convert

RGB816565-
CMYK00.200.200.68
HSL10.96%28.63%-
HSV(B)19.75%31.76%-
XYZ6.245.915.81-
YUV69.78125.3136-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=38.39%
G=30.81%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81656500.200.200.68010.9628.63
Hex51414101414440b1d
Octal1211011010242410401335
Binary1010001100000110000010101001010010001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514141; }

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

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

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

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

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

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

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

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