#4F250D

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

Shades of Indian Tan #4F250D

Tints of Indian Tan #4F250D

Color information

#4F250D (or 0x4F250D) is unknown color: approx Indian Tan. HEX triplet: 4F, 25 and 0D. RGB value is (79,37,13). Sum of RGB (Red+Green+Blue) = 79+37+13=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F250D is #B0DAF2. Grayscale: #2E2E2E. Windows color (decimal): -11590387 or 861519. OLE color: 861519.

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

Color convert

RGB793713-
CMYK00.530.840.69
HSL21.82º71.74%18.04%-
HSV(B)21.82º83.54%30.98%-
XYZ3.963.010.75-
YUV46.82108.91150.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 61.24%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=61.24%
G=28.68%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79371300.530.840.6921.8271.7418.04
Hex4F25D0355445164812
Octal11745150651241052611022
Binary1001111100101110101101011010100100010110110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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