#4F3427

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

Shades of Indian Tan #4F3427

Tints of Indian Tan #4F3427

Color information

#4F3427 (or 0x4F3427) is unknown color: approx Indian Tan. HEX triplet: 4F, 34 and 27. RGB value is (79,52,39). Sum of RGB (Red+Green+Blue) = 79+52+39=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3427 is #B0CBD8. Grayscale: #3A3A3A. Windows color (decimal): -11586521 or 2569295. OLE color: 2569295.

HSL color Cylindrical-coordinate representation of color #4F3427: hue angle of 19.5º 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 #4F3427 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB795239-
CMYK00.340.510.69
HSL19.5º33.9%23.14%-
HSV(B)19.5º50.63%30.98%-
XYZ4.824.262.49-
YUV58.59116.95142.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.47%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=46.47%
G=30.59%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79523900.340.510.6919.533.923.14
Hex4F34270223345142217
Octal117644704263105244227
Binary1001111110100100111010001011001110001011010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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