Html Css Color HEX #513529 Indian Tan

📋 copy color: '#513529'

red 81 ◦ green 53 ◦ blue 41

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

Shades of Indian Tan #513529

Tints of Indian Tan #513529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 46.29%
G = 30.29%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#513529 (or 0x513529) is known color: Indian Tan. HEX triplet: 51, 35 and 29. RGB value is (81,53,41). Sum of RGB (Red+Green+Blue) = 81+53+41=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513529 is #AECAD6. Grayscale: #3C3C3C. Windows color (decimal): -11455191 or 2700625. OLE color: 2700625.

HSL color Cylindrical-coordinate representation of color #513529: hue angle of 18º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513529 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 53 41 -
CMYK 0 0.35 0.49 0.68
HSL 18º 0.33% 0.24% -
HSV(B) 18º 0.49% 0.32% -
XYZ 5.07 4.46 2.69 -
YUV 60 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 81 53 41 0 0.35 0.49 0.68 18 0.33 0.24
Hex 51 35 29 0 23 31 44 12 21 18
Octal 121 65 51 0 43 61 104 22 41 30
Binary 1010001 110101 101001 0 100011 110001 1000100 10010 100001 11000

Color Harmonies of #513529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513529

Black with #513529

Text Example


Text Example

White with #513529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513529; }

 p { color: rgb(81,53,41); }

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

background-color css

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

 a { background-color: rgb(81,53,41); }

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

border-color css

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

 span { border-color: rgb(81,53,41); }

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