Html Css Color HEX #4D301B Indian Tan

📋 copy color: '#4D301B'

red 77 ◦ green 48 ◦ blue 27

#4D301B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #4D301B

Tints of Indian Tan #4D301B

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 value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D301B (or 0x4D301B) is known color: 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

RGB 77 48 27 -
CMYK 0 0.38 0.65 0.70
HSL 25.2º 0.48% 0.2% -
HSV(B) 25.2º 0.65% 0.3% -
XYZ 4.32 3.77 1.54 -
YUV 54.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 77 48 27 0 0.38 0.65 0.70 25.2 0.48 0.2
Hex 4D 30 1B 0 26 41 46 19 30 14
Octal 115 60 33 0 46 101 106 31 60 24
Binary 1001101 110000 11011 0 100110 1000001 1000110 11001 110000 10100

Color Harmonies of #4D301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D301B

Black with #4D301B

Text Example


Text Example

White with #4D301B

Text Example


Text Example

HTML Codes & Css Web 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>