Html Css Color HEX #4B311C Indian Tan

📋 copy color: '#4B311C'

red 75 ◦ green 49 ◦ blue 28

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

Shades of Indian Tan #4B311C

Tints of Indian Tan #4B311C

RGB

 RED value IS 75 (29.69% from 255) = 49.34%

 GREEN value IS 49 (19.53% from 255) = 32.24%

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 49.34%
G = 32.24%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B311C (or 0x4B311C) is known color: Indian Tan. HEX triplet: 4B, 31 and 1C. RGB value is (75,49,28). Sum of RGB (Red+Green+Blue) = 75+49+28=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B311C is #B4CEE3. Grayscale: #363636. Windows color (decimal): -11849444 or 1847627. OLE color: 1847627.

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

Color convert

RGB 75 49 28 -
CMYK 0 0.35 0.63 0.71
HSL 26.81º 0.46% 0.2% -
HSV(B) 26.81º 0.63% 0.29% -
XYZ 4.21 3.78 1.61 -
YUV 54.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 75 49 28 0 0.35 0.63 0.71 26.81 0.46 0.2
Hex 4B 31 1C 0 23 3F 47 1B 2E 14
Octal 113 61 34 0 43 77 107 33 56 24
Binary 1001011 110001 11100 0 100011 111111 1000111 11011 101110 10100

Color Harmonies of #4B311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B311C

Black with #4B311C

Text Example


Text Example

White with #4B311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,28); }

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

background-color css

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

 a { background-color: rgb(75,49,28); }

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

border-color css

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

 span { border-color: rgb(75,49,28); }

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