Html Css Color HEX #502D23 Indian Tan

📋 copy color: '#502D23'

red 80 ◦ green 45 ◦ blue 35

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

Shades of Indian Tan #502D23

Tints of Indian Tan #502D23

RGB

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

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

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

R = 50%
G = 28.13%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#502D23 (or 0x502D23) is known color: Indian Tan. HEX triplet: 50, 2D and 23. RGB value is (80,45,35). Sum of RGB (Red+Green+Blue) = 80+45+35=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #502D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D23 is #AFD2DC. Grayscale: #363636. Windows color (decimal): -11522781 or 2305360. OLE color: 2305360.

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

Color convert

RGB 80 45 35 -
CMYK 0 0.44 0.56 0.69
HSL 13.33º 0.39% 0.23% -
HSV(B) 13.33º 0.56% 0.31% -
XYZ 4.55 3.7 2.07 -
YUV 54.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 80 45 35 0 0.44 0.56 0.69 13.33 0.39 0.23
Hex 50 2D 23 0 2C 38 45 D 27 17
Octal 120 55 43 0 54 70 105 15 47 27
Binary 1010000 101101 100011 0 101100 111000 1000101 1101 100111 10111

Color Harmonies of #502D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D23

Black with #502D23

Text Example


Text Example

White with #502D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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