Html Css Color HEX #513226 Indian Tan

📋 copy color: '#513226'

red 81 ◦ green 50 ◦ blue 38

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

Shades of Indian Tan #513226

Tints of Indian Tan #513226

RGB

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

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

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

R = 47.93%
G = 29.59%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#513226 (or 0x513226) is known color: Indian Tan. HEX triplet: 51, 32 and 26. RGB value is (81,50,38). Sum of RGB (Red+Green+Blue) = 81+50+38=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513226 is #AECDD9. Grayscale: #393939. Windows color (decimal): -11455962 or 2503249. OLE color: 2503249.

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

Color convert

RGB 81 50 38 -
CMYK 0 0.38 0.53 0.68
HSL 16.74º 0.36% 0.23% -
HSV(B) 16.74º 0.53% 0.32% -
XYZ 4.88 4.17 2.38 -
YUV 57.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 81 50 38 0 0.38 0.53 0.68 16.74 0.36 0.23
Hex 51 32 26 0 26 35 44 11 24 17
Octal 121 62 46 0 46 65 104 21 44 27
Binary 1010001 110010 100110 0 100110 110101 1000100 10001 100100 10111

Color Harmonies of #513226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513226

Black with #513226

Text Example


Text Example

White with #513226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513226; }

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

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

background-color css

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

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

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

border-color css

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

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

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