Html Css Color HEX #513222 Indian Tan

📋 copy color: '#513222'

red 81 ◦ green 50 ◦ blue 34

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

Shades of Indian Tan #513222

Tints of Indian Tan #513222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.61%

R = 49.09%
G = 30.3%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#513222 (or 0x513222) is known color: Indian Tan. HEX triplet: 51, 32 and 22. RGB value is (81,50,34). Sum of RGB (Red+Green+Blue) = 81+50+34=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #513222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513222 is #AECDDD. Grayscale: #393939. Windows color (decimal): -11455966 or 2241105. OLE color: 2241105.

HSL color Cylindrical-coordinate representation of color #513222: hue angle of 20.43º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513222 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 34 -
CMYK 0 0.38 0.58 0.68
HSL 20.43º 0.41% 0.23% -
HSV(B) 20.43º 0.58% 0.32% -
XYZ 4.82 4.15 2.06 -
YUV 57.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 81 50 34 0 0.38 0.58 0.68 20.43 0.41 0.23
Hex 51 32 22 0 26 3A 44 14 29 17
Octal 121 62 42 0 46 72 104 24 51 27
Binary 1010001 110010 100010 0 100110 111010 1000100 10100 101001 10111

Color Harmonies of #513222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513222

Black with #513222

Text Example


Text Example

White with #513222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513222; }

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

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

background-color css

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

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

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

border-color css

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

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

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