Html Css Color HEX #503025 Indian Tan

📋 copy color: '#503025'

red 80 ◦ green 48 ◦ blue 37

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

Shades of Indian Tan #503025

Tints of Indian Tan #503025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

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

R = 48.48%
G = 29.09%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#503025 (or 0x503025) is known color: Indian Tan. HEX triplet: 50, 30 and 25. RGB value is (80,48,37). Sum of RGB (Red+Green+Blue) = 80+48+37=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503025 is #AFCFDA. Grayscale: #383838. Windows color (decimal): -11522011 or 2437200. OLE color: 2437200.

HSL color Cylindrical-coordinate representation of color #503025: hue angle of 15.35º 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 #503025 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 37 -
CMYK 0 0.40 0.54 0.69
HSL 15.35º 0.37% 0.23% -
HSV(B) 15.35º 0.54% 0.31% -
XYZ 4.7 3.95 2.27 -
YUV 56.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 80 48 37 0 0.40 0.54 0.69 15.35 0.37 0.23
Hex 50 30 25 0 28 36 45 F 25 17
Octal 120 60 45 0 50 66 105 17 45 27
Binary 1010000 110000 100101 0 101000 110110 1000101 1111 100101 10111

Color Harmonies of #503025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503025

Black with #503025

Text Example


Text Example

White with #503025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503025; }

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

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

background-color css

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

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

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

border-color css

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

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

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