#4B290D

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

Shades of Indian Tan #4B290D

Tints of Indian Tan #4B290D

Color information

#4B290D (or 0x4B290D) is unknown color: approx Indian Tan. HEX triplet: 4B, 29 and 0D. RGB value is (75,41,13). Sum of RGB (Red+Green+Blue) = 75+41+13=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B290D is #B4D6F2. Grayscale: #303030. Windows color (decimal): -11851507 or 862539. OLE color: 862539.

HSL color Cylindrical-coordinate representation of color #4B290D: hue angle of 27.1º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B290D is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB754113-
CMYK00.450.830.71
HSL27.1º70.45%17.25%-
HSV(B)27.1º82.67%29.41%-
XYZ3.773.110.78-
YUV47.97108.26147.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=58.14%
G=31.78%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75411300.450.830.7127.170.4517.25
Hex4B29D02D53471b4611
Octal11351150551231073310621
Binary1001011101001110101011011010011100011111011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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