Html Css Color HEX #513220 Indian Tan

📋 copy color: '#513220'

red 81 ◦ green 50 ◦ blue 32

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

Shades of Indian Tan #513220

Tints of Indian Tan #513220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 49.69%
G = 30.67%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513220 (or 0x513220) is known color: Indian Tan. HEX triplet: 51, 32 and 20. RGB value is (81,50,32). Sum of RGB (Red+Green+Blue) = 81+50+32=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513220 is #AECDDF. Grayscale: #393939. Windows color (decimal): -11455968 or 2110033. OLE color: 2110033.

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

Color convert

RGB 81 50 32 -
CMYK 0 0.38 0.60 0.68
HSL 22.04º 0.43% 0.22% -
HSV(B) 22.04º 0.6% 0.32% -
XYZ 4.79 4.13 1.91 -
YUV 57.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 81 50 32 0 0.38 0.60 0.68 22.04 0.43 0.22
Hex 51 32 20 0 26 3C 44 16 2B 16
Octal 121 62 40 0 46 74 104 26 53 26
Binary 1010001 110010 100000 0 100110 111100 1000100 10110 101011 10110

Color Harmonies of #513220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513220

Black with #513220

Text Example


Text Example

White with #513220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513220; }

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

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

background-color css

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

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

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

border-color css

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

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

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