Html Css Color HEX #503322 Indian Tan

📋 copy color: '#503322'

red 80 ◦ green 51 ◦ blue 34

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

Shades of Indian Tan #503322

Tints of Indian Tan #503322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.61%

R = 48.48%
G = 30.91%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#503322 (or 0x503322) is known color: Indian Tan. HEX triplet: 50, 33 and 22. RGB value is (80,51,34). Sum of RGB (Red+Green+Blue) = 80+51+34=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503322 is #AFCCDD. Grayscale: #393939. Windows color (decimal): -11521246 or 2241360. OLE color: 2241360.

HSL color Cylindrical-coordinate representation of color #503322: hue angle of 22.17º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503322 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 34 -
CMYK 0 0.36 0.58 0.69
HSL 22.17º 0.4% 0.22% -
HSV(B) 22.17º 0.58% 0.31% -
XYZ 4.78 4.19 2.07 -
YUV 57.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 80 51 34 0 0.36 0.58 0.69 22.17 0.4 0.22
Hex 50 33 22 0 24 3A 45 16 28 16
Octal 120 63 42 0 44 72 105 26 50 26
Binary 1010000 110011 100010 0 100100 111010 1000101 10110 101000 10110

Color Harmonies of #503322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503322

Black with #503322

Text Example


Text Example

White with #503322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503322; }

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

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

background-color css

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

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

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

border-color css

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

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

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