#4F230B

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

Shades of Indian Tan #4F230B

Tints of Indian Tan #4F230B

Color information

#4F230B (or 0x4F230B) is unknown color: approx Indian Tan. HEX triplet: 4F, 23 and 0B. RGB value is (79,35,11). Sum of RGB (Red+Green+Blue) = 79+35+11=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F230B is #B0DCF4. Grayscale: #2D2D2D. Windows color (decimal): -11590901 or 729935. OLE color: 729935.

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

Color convert

RGB793511-
CMYK00.560.860.69
HSL21.18º75.56%17.65%-
HSV(B)21.18º86.08%30.98%-
XYZ3.892.890.67-
YUV45.42108.58151.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=63.2%
G=28%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79351100.560.860.6921.1875.5617.65
Hex4F23B0385645154c12
Octal11743130701261052511422
Binary1001111100011101101110001010110100010110101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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