Html Css Color HEX #513120 Indian Tan

📋 copy color: '#513120'

red 81 ◦ green 49 ◦ blue 32

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

Shades of Indian Tan #513120

Tints of Indian Tan #513120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.25%

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 50%
G = 30.25%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513120 (or 0x513120) is known color: Indian Tan. HEX triplet: 51, 31 and 20. RGB value is (81,49,32). Sum of RGB (Red+Green+Blue) = 81+49+32=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513120 is #AECEDF. Grayscale: #383838. Windows color (decimal): -11456224 or 2109777. OLE color: 2109777.

HSL color Cylindrical-coordinate representation of color #513120: hue angle of 20.82º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513120 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 49 32 -
CMYK 0 0.40 0.60 0.68
HSL 20.82º 0.43% 0.22% -
HSV(B) 20.82º 0.6% 0.32% -
XYZ 4.75 4.05 1.9 -
YUV 56.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 81 49 32 0 0.40 0.60 0.68 20.82 0.43 0.22
Hex 51 31 20 0 28 3C 44 15 2B 16
Octal 121 61 40 0 50 74 104 25 53 26
Binary 1010001 110001 100000 0 101000 111100 1000100 10101 101011 10110

Color Harmonies of #513120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513120

Black with #513120

Text Example


Text Example

White with #513120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513120; }

 p { color: rgb(81,49,32); }

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

background-color css

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

 a { background-color: rgb(81,49,32); }

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

border-color css

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

 span { border-color: rgb(81,49,32); }

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