Html Css Color HEX #4C2616 Indian Tan

📋 copy color: '#4C2616'

red 76 ◦ green 38 ◦ blue 22

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

Shades of Indian Tan #4C2616

Tints of Indian Tan #4C2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.94%

 BLUE value IS 22 (8.98% from 255) = 16.18%

R = 55.88%
G = 27.94%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4C2616 (or 0x4C2616) is known color: Indian Tan. HEX triplet: 4C, 26 and 16. RGB value is (76,38,22). Sum of RGB (Red+Green+Blue) = 76+38+22=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2616 is #B3D9E9. Grayscale: #2F2F2F. Windows color (decimal): -11786730 or 1451596. OLE color: 1451596.

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

Color convert

RGB 76 38 22 -
CMYK 0 0.5 0.71 0.70
HSL 17.78º 0.55% 0.19% -
HSV(B) 17.78º 0.71% 0.3% -
XYZ 3.82 2.98 1.13 -
YUV 47.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 76 38 22 0 0.5 0.71 0.70 17.78 0.55 0.19
Hex 4C 26 16 0 32 47 46 12 37 13
Octal 114 46 26 0 62 107 106 22 67 23
Binary 1001100 100110 10110 0 110010 1000111 1000110 10010 110111 10011

Color Harmonies of #4C2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2616

Black with #4C2616

Text Example


Text Example

White with #4C2616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,38,22); }

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

background-color css

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

 a { background-color: rgb(76,38,22); }

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

border-color css

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

 span { border-color: rgb(76,38,22); }

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