Html Css Color HEX #502E1B Indian Tan

📋 copy color: '#502E1B'

red 80 ◦ green 46 ◦ blue 27

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

Shades of Indian Tan #502E1B

Tints of Indian Tan #502E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.65%

R = 52.29%
G = 30.07%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#502E1B (or 0x502E1B) is known color: Indian Tan. HEX triplet: 50, 2E and 1B. RGB value is (80,46,27). Sum of RGB (Red+Green+Blue) = 80+46+27=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #502E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E1B is #AFD1E4. Grayscale: #363636. Windows color (decimal): -11522533 or 1781328. OLE color: 1781328.

HSL color Cylindrical-coordinate representation of color #502E1B: hue angle of 21.51º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502E1B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 27 -
CMYK 0 0.42 0.66 0.69
HSL 21.51º 0.5% 0.21% -
HSV(B) 21.51º 0.66% 0.31% -
XYZ 4.48 3.74 1.52 -
YUV 54 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 80 46 27 0 0.42 0.66 0.69 21.51 0.5 0.21
Hex 50 2E 1B 0 2A 42 45 16 32 15
Octal 120 56 33 0 52 102 105 26 62 25
Binary 1010000 101110 11011 0 101010 1000010 1000101 10110 110010 10101

Color Harmonies of #502E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E1B

Black with #502E1B

Text Example


Text Example

White with #502E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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