Html Css Color HEX #513426 Indian Tan

📋 copy color: '#513426'

red 81 ◦ green 52 ◦ blue 38

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

Shades of Indian Tan #513426

Tints of Indian Tan #513426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.22%

R = 47.37%
G = 30.41%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#513426 (or 0x513426) is known color: Indian Tan. HEX triplet: 51, 34 and 26. RGB value is (81,52,38). Sum of RGB (Red+Green+Blue) = 81+52+38=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513426 is #AECBD9. Grayscale: #3B3B3B. Windows color (decimal): -11455450 or 2503761. OLE color: 2503761.

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

Color convert

RGB 81 52 38 -
CMYK 0 0.36 0.53 0.68
HSL 19.53º 0.36% 0.23% -
HSV(B) 19.53º 0.53% 0.32% -
XYZ 4.97 4.35 2.41 -
YUV 59.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 81 52 38 0 0.36 0.53 0.68 19.53 0.36 0.23
Hex 51 34 26 0 24 35 44 14 24 17
Octal 121 64 46 0 44 65 104 24 44 27
Binary 1010001 110100 100110 0 100100 110101 1000100 10100 100100 10111

Color Harmonies of #513426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513426

Black with #513426

Text Example


Text Example

White with #513426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513426; }

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

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

background-color css

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

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

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

border-color css

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

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

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