#4B301D

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

Shades of Indian Tan #4B301D

Tints of Indian Tan #4B301D

Color information

#4B301D (or 0x4B301D) is unknown color: approx Indian Tan. HEX triplet: 4B, 30 and 1D. RGB value is (75,48,29). Sum of RGB (Red+Green+Blue) = 75+48+29=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B301D is #B4CFE2. Grayscale: #363636. Windows color (decimal): -11849699 or 1912907. OLE color: 1912907.

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

Color convert

RGB754829-
CMYK00.360.610.71
HSL24.78º44.23%20.39%-
HSV(B)24.78º61.33%29.41%-
XYZ4.183.71.66-
YUV53.91113.95143.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=49.34%
G=31.58%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75482900.360.610.7124.7844.2320.39
Hex4B301D0243D47192c14
Octal113603504475107315424
Binary100101111000011101010010011110110001111100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,29); }

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

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

 a { background-color: rgb(75,48,29); }

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

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

 span { border-color: rgb(75,48,29); }

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