#513121

Color #513121 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #513121

Tints of Indian Tan #513121

Color information

#513121 (or 0x513121) is unknown color: approx Indian Tan. HEX triplet: 51, 31 and 21. RGB value is (81,49,33). Sum of RGB (Red+Green+Blue) = 81+49+33=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513121 is #AECEDE. Grayscale: #383838. Windows color (decimal): -11456223 or 2175313. OLE color: 2175313.

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

Color convert

RGB814933-
CMYK00.400.590.68
HSL20º42.11%22.35%-
HSV(B)20º59.26%31.76%-
XYZ4.774.061.97-
YUV56.74114.6145.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=49.69%
G=30.06%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81493300.400.590.682042.1122.35
Hex5131210283B44142a16
Octal121614105073104245226
Binary1010001110001100001010100011101110001001010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513121; }

 p { color: rgb(81,49,33); }

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

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

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

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

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

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

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