Html Css Color HEX #512616 Indian Tan

📋 copy color: '#512616'

red 81 ◦ green 38 ◦ blue 22

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

Shades of Indian Tan #512616

Tints of Indian Tan #512616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

 BLUE value IS 22 (8.98% from 255) = 15.6%

R = 57.45%
G = 26.95%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#512616 (or 0x512616) is known color: Indian Tan. HEX triplet: 51, 26 and 16. RGB value is (81,38,22). Sum of RGB (Red+Green+Blue) = 81+38+22=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #512616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512616 is #AED9E9. Grayscale: #313131. Windows color (decimal): -11459050 or 1451601. OLE color: 1451601.

HSL color Cylindrical-coordinate representation of color #512616: hue angle of 16.27º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512616 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 38 22 -
CMYK 0 0.53 0.73 0.68
HSL 16.27º 0.57% 0.2% -
HSV(B) 16.27º 0.73% 0.32% -
XYZ 4.23 3.19 1.15 -
YUV 49.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 81 38 22 0 0.53 0.73 0.68 16.27 0.57 0.2
Hex 51 26 16 0 35 49 44 10 39 14
Octal 121 46 26 0 65 111 104 20 71 24
Binary 1010001 100110 10110 0 110101 1001001 1000100 10000 111001 10100

Color Harmonies of #512616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512616

Black with #512616

Text Example


Text Example

White with #512616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512616; }

 p { color: rgb(81,38,22); }

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

background-color css

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

 a { background-color: rgb(81,38,22); }

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

border-color css

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

 span { border-color: rgb(81,38,22); }

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