Html Css Color HEX #4F2E1D Indian Tan

📋 copy color: '#4F2E1D'

red 79 ◦ green 46 ◦ blue 29

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

Shades of Indian Tan #4F2E1D

Tints of Indian Tan #4F2E1D

RGB

 RED value IS 79 (31.25% from 255) = 51.3%

 GREEN value IS 46 (18.36% from 255) = 29.87%

 BLUE value IS 29 (11.72% from 255) = 18.83%

R = 51.3%
G = 29.87%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F2E1D (or 0x4F2E1D) is known color: Indian Tan. HEX triplet: 4F, 2E and 1D. RGB value is (79,46,29). Sum of RGB (Red+Green+Blue) = 79+46+29=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E1D is #B0D1E2. Grayscale: #363636. Windows color (decimal): -11588067 or 1912399. OLE color: 1912399.

HSL color Cylindrical-coordinate representation of color #4F2E1D: hue angle of 20.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F2E1D is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 46 29 -
CMYK 0 0.42 0.63 0.69
HSL 20.4º 0.46% 0.21% -
HSV(B) 20.4º 0.63% 0.31% -
XYZ 4.42 3.7 1.64 -
YUV 53.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 79 46 29 0 0.42 0.63 0.69 20.4 0.46 0.21
Hex 4F 2E 1D 0 2A 3F 45 14 2E 15
Octal 117 56 35 0 52 77 105 24 56 25
Binary 1001111 101110 11101 0 101010 111111 1000101 10100 101110 10101

Color Harmonies of #4F2E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2E1D

Black with #4F2E1D

Text Example


Text Example

White with #4F2E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,46,29); }

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

background-color css

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

 a { background-color: rgb(79,46,29); }

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

border-color css

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

 span { border-color: rgb(79,46,29); }

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