Html Css Color HEX #4C301F Indian Tan

📋 copy color: '#4C301F'

red 76 ◦ green 48 ◦ blue 31

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

Shades of Indian Tan #4C301F

Tints of Indian Tan #4C301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 49.03%
G = 30.97%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C301F (or 0x4C301F) is known color: Indian Tan. HEX triplet: 4C, 30 and 1F. RGB value is (76,48,31). Sum of RGB (Red+Green+Blue) = 76+48+31=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C301F is #B3CFE0. Grayscale: #363636. Windows color (decimal): -11784161 or 2043980. OLE color: 2043980.

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

Color convert

RGB 76 48 31 -
CMYK 0 0.37 0.59 0.70
HSL 22.67º 0.42% 0.21% -
HSV(B) 22.67º 0.59% 0.3% -
XYZ 4.28 3.75 1.79 -
YUV 54.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 76 48 31 0 0.37 0.59 0.70 22.67 0.42 0.21
Hex 4C 30 1F 0 25 3B 46 17 2A 15
Octal 114 60 37 0 45 73 106 27 52 25
Binary 1001100 110000 11111 0 100101 111011 1000110 10111 101010 10101

Color Harmonies of #4C301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C301F

Black with #4C301F

Text Example


Text Example

White with #4C301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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