Html Css Color HEX #4D271A Indian Tan

📋 copy color: '#4D271A'

red 77 ◦ green 39 ◦ blue 26

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

Shades of Indian Tan #4D271A

Tints of Indian Tan #4D271A

RGB

 RED value IS 77 (30.47% from 255) = 54.23%

 GREEN value IS 39 (15.63% from 255) = 27.46%

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 54.23%
G = 27.46%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D271A (or 0x4D271A) is known color: Indian Tan. HEX triplet: 4D, 27 and 1A. RGB value is (77,39,26). Sum of RGB (Red+Green+Blue) = 77+39+26=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D271A is #B2D8E5. Grayscale: #303030. Windows color (decimal): -11720934 or 1713997. OLE color: 1713997.

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

Color convert

RGB 77 39 26 -
CMYK 0 0.49 0.66 0.70
HSL 15.29º 0.5% 0.2% -
HSV(B) 15.29º 0.66% 0.3% -
XYZ 3.97 3.1 1.37 -
YUV 48.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 77 39 26 0 0.49 0.66 0.70 15.29 0.5 0.2
Hex 4D 27 1A 0 31 42 46 F 32 14
Octal 115 47 32 0 61 102 106 17 62 24
Binary 1001101 100111 11010 0 110001 1000010 1000110 1111 110010 10100

Color Harmonies of #4D271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D271A

Black with #4D271A

Text Example


Text Example

White with #4D271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,26); }

 H1.HeaderClassName
 {
   color: #4D271A;
 }
 .AnyTagClassName
 {
   color: #4D271A;
 }
</style>

background-color css

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

 a { background-color: rgb(77,39,26); }

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

border-color css

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

 span { border-color: rgb(77,39,26); }

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