Html Css Color HEX #503223 Indian Tan

📋 copy color: '#503223'

red 80 ◦ green 50 ◦ blue 35

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

Shades of Indian Tan #503223

Tints of Indian Tan #503223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.21%

R = 48.48%
G = 30.3%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#503223 (or 0x503223) is known color: Indian Tan. HEX triplet: 50, 32 and 23. RGB value is (80,50,35). Sum of RGB (Red+Green+Blue) = 80+50+35=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503223 is #AFCDDC. Grayscale: #393939. Windows color (decimal): -11521501 or 2306640. OLE color: 2306640.

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

Color convert

RGB 80 50 35 -
CMYK 0 0.37 0.56 0.69
HSL 20º 0.39% 0.23% -
HSV(B) 20º 0.56% 0.31% -
XYZ 4.75 4.11 2.13 -
YUV 57.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 80 50 35 0 0.37 0.56 0.69 20 0.39 0.23
Hex 50 32 23 0 25 38 45 14 27 17
Octal 120 62 43 0 45 70 105 24 47 27
Binary 1010000 110010 100011 0 100101 111000 1000101 10100 100111 10111

Color Harmonies of #503223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503223

Black with #503223

Text Example


Text Example

White with #503223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503223; }

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

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

background-color css

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

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

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

border-color css

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

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

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