Html Css Color HEX #502D21 Indian Tan

📋 copy color: '#502D21'

red 80 ◦ green 45 ◦ blue 33

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

Shades of Indian Tan #502D21

Tints of Indian Tan #502D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 50.63%
G = 28.48%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#502D21 (or 0x502D21) is known color: Indian Tan. HEX triplet: 50, 2D and 21. RGB value is (80,45,33). Sum of RGB (Red+Green+Blue) = 80+45+33=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #502D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D21 is #AFD2DE. Grayscale: #363636. Windows color (decimal): -11522783 or 2174288. OLE color: 2174288.

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

Color convert

RGB 80 45 33 -
CMYK 0 0.44 0.59 0.69
HSL 15.32º 0.42% 0.22% -
HSV(B) 15.32º 0.59% 0.31% -
XYZ 4.52 3.69 1.91 -
YUV 54.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 80 45 33 0 0.44 0.59 0.69 15.32 0.42 0.22
Hex 50 2D 21 0 2C 3B 45 F 2A 16
Octal 120 55 41 0 54 73 105 17 52 26
Binary 1010000 101101 100001 0 101100 111011 1000101 1111 101010 10110

Color Harmonies of #502D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D21

Black with #502D21

Text Example


Text Example

White with #502D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,45,33); }

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

background-color css

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

 a { background-color: rgb(80,45,33); }

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

border-color css

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

 span { border-color: rgb(80,45,33); }

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