Html Css Color HEX #513429 Indian Tan

📋 copy color: '#513429'

red 81 ◦ green 52 ◦ blue 41

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

Shades of Indian Tan #513429

Tints of Indian Tan #513429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

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

R = 46.55%
G = 29.89%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#513429 (or 0x513429) is known color: Indian Tan. HEX triplet: 51, 34 and 29. RGB value is (81,52,41). Sum of RGB (Red+Green+Blue) = 81+52+41=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513429 is #AECBD6. Grayscale: #3B3B3B. Windows color (decimal): -11455447 or 2700369. OLE color: 2700369.

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

Color convert

RGB 81 52 41 -
CMYK 0 0.36 0.49 0.68
HSL 16.5º 0.33% 0.24% -
HSV(B) 16.5º 0.49% 0.32% -
XYZ 5.02 4.37 2.68 -
YUV 59.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 81 52 41 0 0.36 0.49 0.68 16.5 0.33 0.24
Hex 51 34 29 0 24 31 44 10 21 18
Octal 121 64 51 0 44 61 104 20 41 30
Binary 1010001 110100 101001 0 100100 110001 1000100 10000 100001 11000

Color Harmonies of #513429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513429

Black with #513429

Text Example


Text Example

White with #513429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513429; }

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

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

background-color css

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

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

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

border-color css

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

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

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