Html Css Color HEX #512412 Indian Tan

📋 copy color: '#512412'

red 81 ◦ green 36 ◦ blue 18

#512412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #512412

Tints of Indian Tan #512412

RGB

 RED value IS 81 (32.03% from 255) = 60%

 GREEN value IS 36 (14.45% from 255) = 26.67%

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 60%
G = 26.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512412 (or 0x512412) is known color: Indian Tan. HEX triplet: 51, 24 and 12. RGB value is (81,36,18). Sum of RGB (Red+Green+Blue) = 81+36+18=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512412 is #AEDBED. Grayscale: #2F2F2F. Windows color (decimal): -11459566 or 1188945. OLE color: 1188945.

HSL color Cylindrical-coordinate representation of color #512412: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512412 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 18 -
CMYK 0 0.56 0.78 0.68
HSL 17.14º 0.64% 0.19% -
HSV(B) 17.14º 0.78% 0.32% -
XYZ 4.13 3.05 0.94 -
YUV 47.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 81 36 18 0 0.56 0.78 0.68 17.14 0.64 0.19
Hex 51 24 12 0 38 4E 44 11 40 13
Octal 121 44 22 0 70 116 104 21 100 23
Binary 1010001 100100 10010 0 111000 1001110 1000100 10001 1000000 10011

Color Harmonies of #512412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512412

Black with #512412

Text Example


Text Example

White with #512412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512412; }

 p { color: rgb(81,36,18); }

 H1.HeaderClassName
 {
   color: #512412;
 }
 .AnyTagClassName
 {
   color: #512412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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