#4B3126

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

Shades of Indian Tan #4B3126

Tints of Indian Tan #4B3126

Color information

#4B3126 (or 0x4B3126) is unknown color: approx Indian Tan. HEX triplet: 4B, 31 and 26. RGB value is (75,49,38). Sum of RGB (Red+Green+Blue) = 75+49+38=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3126 is #B4CED9. Grayscale: #373737. Windows color (decimal): -11849434 or 2502987. OLE color: 2502987.

HSL color Cylindrical-coordinate representation of color #4B3126: hue angle of 17.84º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B3126 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB754938-
CMYK00.350.490.71
HSL17.84º32.74%22.16%-
HSV(B)17.84º49.33%29.41%-
XYZ4.353.832.34-
YUV55.52118.11141.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=46.30%
G=30.25%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75493800.350.490.7117.8432.7422.16
Hex4B31260233147122116
Octal113614604361107224126
Binary1001011110001100110010001111000110001111001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,38); }

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

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

 a { background-color: rgb(75,49,38); }

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

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

 span { border-color: rgb(75,49,38); }

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