#4D301B

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

Shades of Indian Tan #4D301B

Tints of Indian Tan #4D301B

Color information

#4D301B (or 0x4D301B) is unknown color: approx Indian Tan. HEX triplet: 4D, 30 and 1B. RGB value is (77,48,27). Sum of RGB (Red+Green+Blue) = 77+48+27=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D301B is #B2CFE4. Grayscale: #363636. Windows color (decimal): -11718629 or 1781837. OLE color: 1781837.

HSL color Cylindrical-coordinate representation of color #4D301B: hue angle of 25.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D301B is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB774827-
CMYK00.380.650.70
HSL25.2º48.08%20.39%-
HSV(B)25.2º64.94%30.2%-
XYZ4.323.771.54-
YUV54.28112.61144.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=50.66%
G=31.58%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77482700.380.650.7025.248.0820.39
Hex4D301B0264146193014
Octal1156033046101106316024
Binary1001101110000110110100110100000110001101100111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,27); }

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

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

 a { background-color: rgb(77,48,27); }

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

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

 span { border-color: rgb(77,48,27); }

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