#4F2D23

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

Shades of Indian Tan #4F2D23

Tints of Indian Tan #4F2D23

Color information

#4F2D23 (or 0x4F2D23) is unknown color: approx Indian Tan. HEX triplet: 4F, 2D and 23. RGB value is (79,45,35). Sum of RGB (Red+Green+Blue) = 79+45+35=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D23 is #B0D2DC. Grayscale: #363636. Windows color (decimal): -11588317 or 2305359. OLE color: 2305359.

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

Color convert

RGB794535-
CMYK00.430.560.69
HSL13.64º38.6%22.35%-
HSV(B)13.64º55.7%30.98%-
XYZ4.473.662.06-
YUV54.03117.26145.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=49.69%
G=28.30%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79453500.430.560.6913.6438.622.35
Hex4F2D2302B3845e2716
Octal117554305370105164726
Binary100111110110110001101010111110001000101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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