#503427

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

Shades of Indian Tan #503427

Tints of Indian Tan #503427

Color information

#503427 (or 0x503427) is unknown color: approx Indian Tan. HEX triplet: 50, 34 and 27. RGB value is (80,52,39). Sum of RGB (Red+Green+Blue) = 80+52+39=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503427 is #AFCBD8. Grayscale: #3A3A3A. Windows color (decimal): -11520985 or 2569296. OLE color: 2569296.

HSL color Cylindrical-coordinate representation of color #503427: hue angle of 19.02º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503427 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB805239-
CMYK00.350.510.69
HSL19.02º34.45%23.33%-
HSV(B)19.02º51.25%31.37%-
XYZ4.94.312.49-
YUV58.89116.78143.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=46.78%
G=30.41%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80523900.350.510.6919.0234.4523.33
Hex5034270233345132217
Octal120644704363105234227
Binary1010000110100100111010001111001110001011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503427; }

 p { color: rgb(80,52,39); }

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

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

 a { background-color: rgb(80,52,39); }

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

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

 span { border-color: rgb(80,52,39); }

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