#4F230D

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

Shades of Indian Tan #4F230D

Tints of Indian Tan #4F230D

Color information

#4F230D (or 0x4F230D) is unknown color: approx Indian Tan. HEX triplet: 4F, 23 and 0D. RGB value is (79,35,13). Sum of RGB (Red+Green+Blue) = 79+35+13=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F230D is #B0DCF2. Grayscale: #2D2D2D. Windows color (decimal): -11590899 or 861007. OLE color: 861007.

HSL color Cylindrical-coordinate representation of color #4F230D: hue angle of 20º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F230D is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB793513-
CMYK00.560.840.69
HSL20º71.74%18.04%-
HSV(B)20º83.54%30.98%-
XYZ3.92.890.73-
YUV45.65109.58151.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 62.20%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=62.20%
G=27.56%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79351300.560.840.692071.7418.04
Hex4F23D0385445144812
Octal11743150701241052411022
Binary1001111100011110101110001010100100010110100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,13); }

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

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

 a { background-color: rgb(79,35,13); }

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

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

 span { border-color: rgb(79,35,13); }

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