#4F291A

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

Shades of Indian Tan #4F291A

Tints of Indian Tan #4F291A

Color information

#4F291A (or 0x4F291A) is unknown color: approx Indian Tan. HEX triplet: 4F, 29 and 1A. RGB value is (79,41,26). Sum of RGB (Red+Green+Blue) = 79+41+26=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F291A is #B0D6E5. Grayscale: #323232. Windows color (decimal): -11589350 or 1714511. OLE color: 1714511.

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

Color convert

RGB794126-
CMYK00.480.670.69
HSL16.98º50.48%20.59%-
HSV(B)16.98º67.09%30.98%-
XYZ4.23.321.4-
YUV50.65114.09148.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=54.11%
G=28.08%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79412600.480.670.6916.9850.4820.59
Hex4F291A0304345113215
Octal1175132060103105216225
Binary1001111101001110100110000100001110001011000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F291A; }

 p { color: rgb(79,41,26); }

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

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

 a { background-color: rgb(79,41,26); }

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

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

 span { border-color: rgb(79,41,26); }

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