#502914

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

Shades of Indian Tan #502914

Tints of Indian Tan #502914

Color information

#502914 (or 0x502914) is unknown color: approx Indian Tan. HEX triplet: 50, 29 and 14. RGB value is (80,41,20). Sum of RGB (Red+Green+Blue) = 80+41+20=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #502914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502914 is #AFD6EB. Grayscale: #323232. Windows color (decimal): -11523820 or 1321296. OLE color: 1321296.

HSL color Cylindrical-coordinate representation of color #502914: hue angle of 21º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502914 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB804120-
CMYK00.490.750.69
HSL21º60%19.61%-
HSV(B)21º75%31.37%-
XYZ4.233.341.08-
YUV50.27110.92149.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=56.74%
G=29.08%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80412000.490.750.69216019.61
Hex5029140314B45153c14
Octal1205124061113105257424
Binary1010000101001101000110001100101110001011010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502914; }

 p { color: rgb(80,41,20); }

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

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

 a { background-color: rgb(80,41,20); }

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

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

 span { border-color: rgb(80,41,20); }

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