#503628

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

Shades of Indian Tan #503628

Tints of Indian Tan #503628

Color information

#503628 (or 0x503628) is unknown color: approx Indian Tan. HEX triplet: 50, 36 and 28. RGB value is (80,54,40). Sum of RGB (Red+Green+Blue) = 80+54+40=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #503628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503628 is #AFC9D7. Grayscale: #3C3C3C. Windows color (decimal): -11520472 or 2635344. OLE color: 2635344.

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

Color convert

RGB805440-
CMYK00.330.50.69
HSL21º33.33%23.53%-
HSV(B)21º50%31.37%-
XYZ5.014.52.61-
YUV60.18116.61142.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=45.98%
G=31.03%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80544000.330.50.692133.3323.53
Hex5036280213245152118
Octal120665004162105254130
Binary1010000110110101000010000111001010001011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503628; }

 p { color: rgb(80,54,40); }

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

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

 a { background-color: rgb(80,54,40); }

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

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

 span { border-color: rgb(80,54,40); }

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