#51291B

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

Shades of Indian Tan #51291B

Tints of Indian Tan #51291B

Color information

#51291B (or 0x51291B) is unknown color: approx Indian Tan. HEX triplet: 51, 29 and 1B. RGB value is (81,41,27). Sum of RGB (Red+Green+Blue) = 81+41+27=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51291B is #AED6E4. Grayscale: #333333. Windows color (decimal): -11458277 or 1780049. OLE color: 1780049.

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

Color convert

RGB814127-
CMYK00.490.670.68
HSL15.56º50%21.18%-
HSV(B)15.56º66.67%31.76%-
XYZ4.383.411.46-
YUV51.36114.25149.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=54.36%
G=27.52%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81412700.490.670.6815.565021.18
Hex51291B0314344103215
Octal1215133061103104206225
Binary1010001101001110110110001100001110001001000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51291B; }

 p { color: rgb(81,41,27); }

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

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

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

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

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

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

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