Html Css Color HEX #513326 Indian Tan

📋 copy color: '#513326'

red 81 ◦ green 51 ◦ blue 38

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

Shades of Indian Tan #513326

Tints of Indian Tan #513326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

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

R = 47.65%
G = 30%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#513326 (or 0x513326) is known color: Indian Tan. HEX triplet: 51, 33 and 26. RGB value is (81,51,38). Sum of RGB (Red+Green+Blue) = 81+51+38=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513326 is #AECCD9. Grayscale: #3A3A3A. Windows color (decimal): -11455706 or 2503505. OLE color: 2503505.

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

Color convert

RGB 81 51 38 -
CMYK 0 0.37 0.53 0.68
HSL 18.14º 0.36% 0.23% -
HSV(B) 18.14º 0.53% 0.32% -
XYZ 4.93 4.26 2.4 -
YUV 58.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 81 51 38 0 0.37 0.53 0.68 18.14 0.36 0.23
Hex 51 33 26 0 25 35 44 12 24 17
Octal 121 63 46 0 45 65 104 22 44 27
Binary 1010001 110011 100110 0 100101 110101 1000100 10010 100100 10111

Color Harmonies of #513326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513326

Black with #513326

Text Example


Text Example

White with #513326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513326; }

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

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

background-color css

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

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

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

border-color css

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

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

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