#512C1B

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

Shades of Indian Tan #512C1B

Tints of Indian Tan #512C1B

Color information

#512C1B (or 0x512C1B) is unknown color: approx Indian Tan. HEX triplet: 51, 2C and 1B. RGB value is (81,44,27). Sum of RGB (Red+Green+Blue) = 81+44+27=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C1B is #AED3E4. Grayscale: #353535. Windows color (decimal): -11457509 or 1780817. OLE color: 1780817.

HSL color Cylindrical-coordinate representation of color #512C1B: hue angle of 18.89º 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 #512C1B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB814427-
CMYK00.460.670.68
HSL18.89º50%21.18%-
HSV(B)18.89º66.67%31.76%-
XYZ4.493.631.5-
YUV53.12113.26147.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=53.29%
G=28.95%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81442700.460.670.6818.895021.18
Hex512C1B02E4344133215
Octal1215433056103104236225
Binary1010001101100110110101110100001110001001001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C1B; }

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

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

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

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

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

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

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

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