Html Css Color HEX #512512 Indian Tan

📋 copy color: '#512512'

red 81 ◦ green 37 ◦ blue 18

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

Shades of Indian Tan #512512

Tints of Indian Tan #512512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

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

R = 59.56%
G = 27.21%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#512512 (or 0x512512) is known color: Indian Tan. HEX triplet: 51, 25 and 12. RGB value is (81,37,18). Sum of RGB (Red+Green+Blue) = 81+37+18=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512512 is #AEDAED. Grayscale: #303030. Windows color (decimal): -11459310 or 1189201. OLE color: 1189201.

HSL color Cylindrical-coordinate representation of color #512512: hue angle of 18.1º 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 #512512 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 18 -
CMYK 0 0.54 0.78 0.68
HSL 18.1º 0.64% 0.19% -
HSV(B) 18.1º 0.78% 0.32% -
XYZ 4.16 3.12 0.95 -
YUV 47.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 81 37 18 0 0.54 0.78 0.68 18.1 0.64 0.19
Hex 51 25 12 0 36 4E 44 12 40 13
Octal 121 45 22 0 66 116 104 22 100 23
Binary 1010001 100101 10010 0 110110 1001110 1000100 10010 1000000 10011

Color Harmonies of #512512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512512

Black with #512512

Text Example


Text Example

White with #512512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512512; }

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

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

background-color css

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

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

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

border-color css

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

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

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