Html Css Color HEX #503225 Indian Tan

📋 copy color: '#503225'

red 80 ◦ green 50 ◦ blue 37

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

Shades of Indian Tan #503225

Tints of Indian Tan #503225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.16%

R = 47.9%
G = 29.94%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#503225 (or 0x503225) is known color: Indian Tan. HEX triplet: 50, 32 and 25. RGB value is (80,50,37). Sum of RGB (Red+Green+Blue) = 80+50+37=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #503225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503225 is #AFCDDA. Grayscale: #393939. Windows color (decimal): -11521499 or 2437712. OLE color: 2437712.

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

Color convert

RGB 80 50 37 -
CMYK 0 0.37 0.54 0.69
HSL 18.14º 0.37% 0.23% -
HSV(B) 18.14º 0.54% 0.31% -
XYZ 4.78 4.12 2.29 -
YUV 57.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 80 50 37 0 0.37 0.54 0.69 18.14 0.37 0.23
Hex 50 32 25 0 25 36 45 12 25 17
Octal 120 62 45 0 45 66 105 22 45 27
Binary 1010000 110010 100101 0 100101 110110 1000101 10010 100101 10111

Color Harmonies of #503225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503225

Black with #503225

Text Example


Text Example

White with #503225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503225; }

 p { color: rgb(80,50,37); }

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

background-color css

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

 a { background-color: rgb(80,50,37); }

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

border-color css

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

 span { border-color: rgb(80,50,37); }

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