#4F3221

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

Shades of Indian Tan #4F3221

Tints of Indian Tan #4F3221

Color information

#4F3221 (or 0x4F3221) is unknown color: approx Indian Tan. HEX triplet: 4F, 32 and 21. RGB value is (79,50,33). Sum of RGB (Red+Green+Blue) = 79+50+33=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3221 is #B0CDDE. Grayscale: #383838. Windows color (decimal): -11587039 or 2175567. OLE color: 2175567.

HSL color Cylindrical-coordinate representation of color #4F3221: hue angle of 22.17º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3221 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB795033-
CMYK00.370.580.69
HSL22.17º41.07%21.96%-
HSV(B)22.17º58.23%30.98%-
XYZ4.644.051.98-
YUV56.73114.61143.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.77%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=48.77%
G=30.86%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79503300.370.580.6922.1741.0721.96
Hex4F32210253A45162916
Octal117624104572105265126
Binary1001111110010100001010010111101010001011011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,33); }

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

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

 a { background-color: rgb(79,50,33); }

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

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

 span { border-color: rgb(79,50,33); }

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