#513D2E

Color #513D2E Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #513D2E

Tints of Taupe #513D2E

Color information

#513D2E (or 0x513D2E) is unknown color: approx Taupe. HEX triplet: 51, 3D and 2E. RGB value is (81,61,46). Sum of RGB (Red+Green+Blue) = 81+61+46=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D2E is #AEC2D1. Grayscale: #414141. Windows color (decimal): -11453138 or 3030353. OLE color: 3030353.

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

Color convert

RGB816146-
CMYK00.250.430.68
HSL25.71º27.56%24.9%-
HSV(B)25.71º43.21%31.76%-
XYZ5.565.283.31-
YUV65.27117.13139.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=43.09%
G=32.45%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81614600.250.430.6825.7127.5624.9
Hex513D2E0192B441a1c19
Octal121755603153104323431
Binary10100011111011011100110011010111000100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513D2E; }

 p { color: rgb(81,61,46); }

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

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

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

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

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

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

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