Html Css Color HEX #503126 Indian Tan

📋 copy color: '#503126'

red 80 ◦ green 49 ◦ blue 38

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

Shades of Indian Tan #503126

Tints of Indian Tan #503126

RGB

 RED value IS 80 (31.64% from 255) = 47.9%

 GREEN value IS 49 (19.53% from 255) = 29.34%

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

R = 47.9%
G = 29.34%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#503126 (or 0x503126) is known color: Indian Tan. HEX triplet: 50, 31 and 26. RGB value is (80,49,38). Sum of RGB (Red+Green+Blue) = 80+49+38=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #503126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503126 is #AFCED9. Grayscale: #393939. Windows color (decimal): -11521754 or 2502992. OLE color: 2502992.

HSL color Cylindrical-coordinate representation of color #503126: hue angle of 15.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503126 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 38 -
CMYK 0 0.39 0.52 0.69
HSL 15.71º 0.36% 0.23% -
HSV(B) 15.71º 0.53% 0.31% -
XYZ 4.76 4.04 2.36 -
YUV 57.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 80 49 38 0 0.39 0.52 0.69 15.71 0.36 0.23
Hex 50 31 26 0 27 34 45 10 24 17
Octal 120 61 46 0 47 64 105 20 44 27
Binary 1010000 110001 100110 0 100111 110100 1000101 10000 100100 10111

Color Harmonies of #503126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503126

Black with #503126

Text Example


Text Example

White with #503126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503126; }

 p { color: rgb(80,49,38); }

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

background-color css

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

 a { background-color: rgb(80,49,38); }

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

border-color css

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

 span { border-color: rgb(80,49,38); }

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