Html Css Color HEX #4D2413 Indian Tan

📋 copy color: '#4D2413'

red 77 ◦ green 36 ◦ blue 19

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

Shades of Indian Tan #4D2413

Tints of Indian Tan #4D2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.27%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 58.33%
G = 27.27%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D2413 (or 0x4D2413) is known color: Indian Tan. HEX triplet: 4D, 24 and 13. RGB value is (77,36,19). Sum of RGB (Red+Green+Blue) = 77+36+19=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2413 is #B2DBEC. Grayscale: #2E2E2E. Windows color (decimal): -11721709 or 1254477. OLE color: 1254477.

HSL color Cylindrical-coordinate representation of color #4D2413: hue angle of 17.59º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2413 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 36 19 -
CMYK 0 0.53 0.75 0.70
HSL 17.59º 0.6% 0.19% -
HSV(B) 17.59º 0.75% 0.3% -
XYZ 3.81 2.89 0.97 -
YUV 46.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 77 36 19 0 0.53 0.75 0.70 17.59 0.6 0.19
Hex 4D 24 13 0 35 4B 46 12 3C 13
Octal 115 44 23 0 65 113 106 22 74 23
Binary 1001101 100100 10011 0 110101 1001011 1000110 10010 111100 10011

Color Harmonies of #4D2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2413

Black with #4D2413

Text Example


Text Example

White with #4D2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,19); }

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

background-color css

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

 a { background-color: rgb(77,36,19); }

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

border-color css

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

 span { border-color: rgb(77,36,19); }

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