Html Css Color HEX #4D2A12 Indian Tan

📋 copy color: '#4D2A12'

red 77 ◦ green 42 ◦ blue 18

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

Shades of Indian Tan #4D2A12

Tints of Indian Tan #4D2A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 56.2%
G = 30.66%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#4D2A12 (or 0x4D2A12) is known color: Indian Tan. HEX triplet: 4D, 2A and 12. RGB value is (77,42,18). Sum of RGB (Red+Green+Blue) = 77+42+18=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2A12 is #B2D5ED. Grayscale: #313131. Windows color (decimal): -11720174 or 1190477. OLE color: 1190477.

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

Color convert

RGB 77 42 18 -
CMYK 0 0.45 0.77 0.70
HSL 24.41º 0.62% 0.19% -
HSV(B) 24.41º 0.77% 0.3% -
XYZ 4 3.28 0.99 -
YUV 49.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 77 42 18 0 0.45 0.77 0.70 24.41 0.62 0.19
Hex 4D 2A 12 0 2D 4D 46 18 3E 13
Octal 115 52 22 0 55 115 106 30 76 23
Binary 1001101 101010 10010 0 101101 1001101 1000110 11000 111110 10011

Color Harmonies of #4D2A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2A12

Black with #4D2A12

Text Example


Text Example

White with #4D2A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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