Html Css Color HEX #503328 Indian Tan

📋 copy color: '#503328'

red 80 ◦ green 51 ◦ blue 40

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

Shades of Indian Tan #503328

Tints of Indian Tan #503328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 46.78%
G = 29.82%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#503328 (or 0x503328) is known color: Indian Tan. HEX triplet: 50, 33 and 28. RGB value is (80,51,40). Sum of RGB (Red+Green+Blue) = 80+51+40=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503328 is #AFCCD7. Grayscale: #3A3A3A. Windows color (decimal): -11521240 or 2634576. OLE color: 2634576.

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

Color convert

RGB 80 51 40 -
CMYK 0 0.36 0.5 0.69
HSL 16.5º 0.33% 0.24% -
HSV(B) 16.5º 0.5% 0.31% -
XYZ 4.88 4.23 2.57 -
YUV 58.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 80 51 40 0 0.36 0.5 0.69 16.5 0.33 0.24
Hex 50 33 28 0 24 32 45 10 21 18
Octal 120 63 50 0 44 62 105 20 41 30
Binary 1010000 110011 101000 0 100100 110010 1000101 10000 100001 11000

Color Harmonies of #503328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503328

Black with #503328

Text Example


Text Example

White with #503328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503328; }

 p { color: rgb(80,51,40); }

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

background-color css

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

 a { background-color: rgb(80,51,40); }

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

border-color css

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

 span { border-color: rgb(80,51,40); }

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