#4B2919

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

Shades of Indian Tan #4B2919

Tints of Indian Tan #4B2919

Color information

#4B2919 (or 0x4B2919) is unknown color: approx Indian Tan. HEX triplet: 4B, 29 and 19. RGB value is (75,41,25). Sum of RGB (Red+Green+Blue) = 75+41+25=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2919 is #B4D6E6. Grayscale: #313131. Windows color (decimal): -11851495 or 1648971. OLE color: 1648971.

HSL color Cylindrical-coordinate representation of color #4B2919: hue angle of 19.2º 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 #4B2919 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB754125-
CMYK00.450.670.71
HSL19.2º50%19.61%-
HSV(B)19.2º66.67%29.41%-
XYZ3.873.151.32-
YUV49.34114.26146.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.19%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=53.19%
G=29.08%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75412500.450.670.7119.25019.61
Hex4B291902D4347133214
Octal1135131055103107236224
Binary1001011101001110010101101100001110001111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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