Html Css Color HEX #4C301B Indian Tan

📋 copy color: '#4C301B'

red 76 ◦ green 48 ◦ blue 27

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

Shades of Indian Tan #4C301B

Tints of Indian Tan #4C301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 50.33%
G = 31.79%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C301B (or 0x4C301B) is known color: Indian Tan. HEX triplet: 4C, 30 and 1B. RGB value is (76,48,27). Sum of RGB (Red+Green+Blue) = 76+48+27=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C301B is #B3CFE4. Grayscale: #363636. Windows color (decimal): -11784165 or 1781836. OLE color: 1781836.

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

Color convert

RGB 76 48 27 -
CMYK 0 0.37 0.64 0.70
HSL 25.71º 0.48% 0.2% -
HSV(B) 25.71º 0.64% 0.3% -
XYZ 4.24 3.73 1.53 -
YUV 53.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 76 48 27 0 0.37 0.64 0.70 25.71 0.48 0.2
Hex 4C 30 1B 0 25 40 46 1A 30 14
Octal 114 60 33 0 45 100 106 32 60 24
Binary 1001100 110000 11011 0 100101 1000000 1000110 11010 110000 10100

Color Harmonies of #4C301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C301B

Black with #4C301B

Text Example


Text Example

White with #4C301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,27); }

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

background-color css

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

 a { background-color: rgb(76,48,27); }

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

border-color css

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

 span { border-color: rgb(76,48,27); }

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