Html Css Color HEX #512210 Indian Tan

📋 copy color: '#512210'

red 81 ◦ green 34 ◦ blue 16

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

Shades of Indian Tan #512210

Tints of Indian Tan #512210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 61.83%
G = 25.95%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#512210 (or 0x512210) is known color: Indian Tan. HEX triplet: 51, 22 and 10. RGB value is (81,34,16). Sum of RGB (Red+Green+Blue) = 81+34+16=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #512210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512210 is #AEDDEF. Grayscale: #2E2E2E. Windows color (decimal): -11460080 or 1057361. OLE color: 1057361.

HSL color Cylindrical-coordinate representation of color #512210: hue angle of 16.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512210 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 16 -
CMYK 0 0.58 0.80 0.68
HSL 16.62º 0.67% 0.19% -
HSV(B) 16.62º 0.8% 0.32% -
XYZ 4.06 2.93 0.84 -
YUV 46 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 81 34 16 0 0.58 0.80 0.68 16.62 0.67 0.19
Hex 51 22 10 0 3A 50 44 11 43 13
Octal 121 42 20 0 72 120 104 21 103 23
Binary 1010001 100010 10000 0 111010 1010000 1000100 10001 1000011 10011

Color Harmonies of #512210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512210

Black with #512210

Text Example


Text Example

White with #512210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512210; }

 p { color: rgb(81,34,16); }

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

background-color css

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

 a { background-color: rgb(81,34,16); }

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

border-color css

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

 span { border-color: rgb(81,34,16); }

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