Html Css Color HEX #502E22 Indian Tan

📋 copy color: '#502E22'

red 80 ◦ green 46 ◦ blue 34

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

Shades of Indian Tan #502E22

Tints of Indian Tan #502E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.75%

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

R = 50%
G = 28.75%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#502E22 (or 0x502E22) is known color: Indian Tan. HEX triplet: 50, 2E and 22. RGB value is (80,46,34). Sum of RGB (Red+Green+Blue) = 80+46+34=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E22 is #AFD1DD. Grayscale: #363636. Windows color (decimal): -11522526 or 2240080. OLE color: 2240080.

HSL color Cylindrical-coordinate representation of color #502E22: hue angle of 15.65º 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 #502E22 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 34 -
CMYK 0 0.42 0.58 0.69
HSL 15.65º 0.4% 0.22% -
HSV(B) 15.65º 0.58% 0.31% -
XYZ 4.57 3.77 2 -
YUV 54.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 80 46 34 0 0.42 0.58 0.69 15.65 0.4 0.22
Hex 50 2E 22 0 2A 3A 45 10 28 16
Octal 120 56 42 0 52 72 105 20 50 26
Binary 1010000 101110 100010 0 101010 111010 1000101 10000 101000 10110

Color Harmonies of #502E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E22

Black with #502E22

Text Example


Text Example

White with #502E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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