Html Css Color HEX #4C291A Indian Tan

📋 copy color: '#4C291A'

red 76 ◦ green 41 ◦ blue 26

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

Shades of Indian Tan #4C291A

Tints of Indian Tan #4C291A

RGB

 RED value IS 76 (30.08% from 255) = 53.15%

 GREEN value IS 41 (16.41% from 255) = 28.67%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 53.15%
G = 28.67%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C291A (or 0x4C291A) is known color: Indian Tan. HEX triplet: 4C, 29 and 1A. RGB value is (76,41,26). Sum of RGB (Red+Green+Blue) = 76+41+26=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C291A is #B3D6E5. Grayscale: #313131. Windows color (decimal): -11785958 or 1714508. OLE color: 1714508.

HSL color Cylindrical-coordinate representation of color #4C291A: hue angle of 18º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C291A is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 26 -
CMYK 0 0.46 0.66 0.70
HSL 18º 0.49% 0.2% -
HSV(B) 18º 0.66% 0.3% -
XYZ 3.96 3.2 1.39 -
YUV 49.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 76 41 26 0 0.46 0.66 0.70 18 0.49 0.2
Hex 4C 29 1A 0 2E 42 46 12 31 14
Octal 114 51 32 0 56 102 106 22 61 24
Binary 1001100 101001 11010 0 101110 1000010 1000110 10010 110001 10100

Color Harmonies of #4C291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C291A

Black with #4C291A

Text Example


Text Example

White with #4C291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,26); }

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

background-color css

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

 a { background-color: rgb(76,41,26); }

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

border-color css

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

 span { border-color: rgb(76,41,26); }

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