Html Css Color HEX #4D2A15 Indian Tan

📋 copy color: '#4D2A15'

red 77 ◦ green 42 ◦ blue 21

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

Shades of Indian Tan #4D2A15

Tints of Indian Tan #4D2A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 55%
G = 30%
B = 15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D2A15 (or 0x4D2A15) is known color: Indian Tan. HEX triplet: 4D, 2A and 15. RGB value is (77,42,21). Sum of RGB (Red+Green+Blue) = 77+42+21=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2A15 is #B2D5EA. Grayscale: #323232. Windows color (decimal): -11720171 or 1387085. OLE color: 1387085.

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

Color convert

RGB 77 42 21 -
CMYK 0 0.45 0.73 0.70
HSL 22.5º 0.57% 0.19% -
HSV(B) 22.5º 0.73% 0.3% -
XYZ 4.02 3.29 1.13 -
YUV 50.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 77 42 21 0 0.45 0.73 0.70 22.5 0.57 0.19
Hex 4D 2A 15 0 2D 49 46 16 39 13
Octal 115 52 25 0 55 111 106 26 71 23
Binary 1001101 101010 10101 0 101101 1001001 1000110 10110 111001 10011

Color Harmonies of #4D2A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2A15

Black with #4D2A15

Text Example


Text Example

White with #4D2A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,42,21); }

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

background-color css

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

 a { background-color: rgb(77,42,21); }

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

border-color css

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

 span { border-color: rgb(77,42,21); }

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