#4F2F23

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

Shades of Indian Tan #4F2F23

Tints of Indian Tan #4F2F23

Color information

#4F2F23 (or 0x4F2F23) is unknown color: approx Indian Tan. HEX triplet: 4F, 2F and 23. RGB value is (79,47,35). Sum of RGB (Red+Green+Blue) = 79+47+35=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F23 is #B0D0DC. Grayscale: #373737. Windows color (decimal): -11587805 or 2305871. OLE color: 2305871.

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

Color convert

RGB794735-
CMYK00.410.560.69
HSL16.36º38.6%22.35%-
HSV(B)16.36º55.7%30.98%-
XYZ4.543.822.09-
YUV55.2116.6144.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=49.07%
G=29.19%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79473500.410.560.6916.3638.622.35
Hex4F2F230293845102716
Octal117574305170105204726
Binary1001111101111100011010100111100010001011000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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