#4F2614

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

Shades of Indian Tan #4F2614

Tints of Indian Tan #4F2614

Color information

#4F2614 (or 0x4F2614) is unknown color: approx Indian Tan. HEX triplet: 4F, 26 and 14. RGB value is (79,38,20). Sum of RGB (Red+Green+Blue) = 79+38+20=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2614 is #B0D9EB. Grayscale: #303030. Windows color (decimal): -11590124 or 1320527. OLE color: 1320527.

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

Color convert

RGB793820-
CMYK00.520.750.69
HSL18.31º59.6%19.41%-
HSV(B)18.31º74.68%30.98%-
XYZ4.043.11.05-
YUV48.21112.08149.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.66%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=57.66%
G=27.74%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79382000.520.750.6918.3159.619.41
Hex4F26140344B45123c13
Octal1174624064113105227423
Binary1001111100110101000110100100101110001011001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,20); }

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

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

 a { background-color: rgb(79,38,20); }

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

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

 span { border-color: rgb(79,38,20); }

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