#50260F

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

Shades of Indian Tan #50260F

Tints of Indian Tan #50260F

Color information

#50260F (or 0x50260F) is unknown color: approx Indian Tan. HEX triplet: 50, 26 and 0F. RGB value is (80,38,15). Sum of RGB (Red+Green+Blue) = 80+38+15=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50260F is #AFD9F0. Grayscale: #303030. Windows color (decimal): -11524593 or 992848. OLE color: 992848.

HSL color Cylindrical-coordinate representation of color #50260F: hue angle of 21.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50260F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB803815-
CMYK00.520.810.69
HSL21.23º68.42%18.63%-
HSV(B)21.23º81.25%31.37%-
XYZ4.093.130.84-
YUV47.94109.41150.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=60.15%
G=28.57%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80381500.520.810.6921.2368.4218.63
Hex5026F0345145154413
Octal12046170641211052510423
Binary1010000100110111101101001010001100010110101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50260F; }

 p { color: rgb(80,38,15); }

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

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

 a { background-color: rgb(80,38,15); }

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

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

 span { border-color: rgb(80,38,15); }

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