#4B2F19

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

Shades of Indian Tan #4B2F19

Tints of Indian Tan #4B2F19

Color information

#4B2F19 (or 0x4B2F19) is unknown color: approx Indian Tan. HEX triplet: 4B, 2F and 19. RGB value is (75,47,25). Sum of RGB (Red+Green+Blue) = 75+47+25=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2F19 is #B4D0E6. Grayscale: #343434. Windows color (decimal): -11849959 or 1650507. OLE color: 1650507.

HSL color Cylindrical-coordinate representation of color #4B2F19: hue angle of 26.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2F19 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB754725-
CMYK00.370.670.71
HSL26.4º50%19.61%-
HSV(B)26.4º66.67%29.41%-
XYZ4.093.61.4-
YUV52.86112.28143.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.02%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=51.02%
G=31.97%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75472500.370.670.7126.45019.61
Hex4B2F1902543471a3214
Octal1135731045103107326224
Binary1001011101111110010100101100001110001111101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,47,25); }

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

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

 a { background-color: rgb(75,47,25); }

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

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

 span { border-color: rgb(75,47,25); }

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