#502E23

Color #502E23 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #502E23

Tints of Indian Tan #502E23

Color information

#502E23 (or 0x502E23) is unknown color: approx Indian Tan. HEX triplet: 50, 2E and 23. RGB value is (80,46,35). Sum of RGB (Red+Green+Blue) = 80+46+35=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E23 is #AFD1DC. Grayscale: #363636. Windows color (decimal): -11522525 or 2305616. OLE color: 2305616.

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

Color convert

RGB804635-
CMYK00.420.560.69
HSL14.67º39.13%22.55%-
HSV(B)14.67º56.25%31.37%-
XYZ4.593.782.08-
YUV54.91116.76145.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=49.69%
G=28.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80463500.420.560.6914.6739.1322.55
Hex502E2302A3845f2717
Octal120564305270105174727
Binary101000010111010001101010101110001000101111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #502E23;
 }
 .AnyTagClassName
 {
   color: #502E23;
 }
</style>
background-color css

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

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

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

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

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

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