Html Css Color HEX #4C281B Indian Tan

📋 copy color: '#4C281B'

red 76 ◦ green 40 ◦ blue 27

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

Shades of Indian Tan #4C281B

Tints of Indian Tan #4C281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.97%

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

R = 53.15%
G = 27.97%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C281B (or 0x4C281B) is known color: Indian Tan. HEX triplet: 4C, 28 and 1B. RGB value is (76,40,27). Sum of RGB (Red+Green+Blue) = 76+40+27=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C281B is #B3D7E4. Grayscale: #313131. Windows color (decimal): -11786213 or 1779788. OLE color: 1779788.

HSL color Cylindrical-coordinate representation of color #4C281B: hue angle of 15.92º 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 #4C281B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 27 -
CMYK 0 0.47 0.64 0.70
HSL 15.92º 0.48% 0.2% -
HSV(B) 15.92º 0.64% 0.3% -
XYZ 3.94 3.13 1.43 -
YUV 49.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 76 40 27 0 0.47 0.64 0.70 15.92 0.48 0.2
Hex 4C 28 1B 0 2F 40 46 10 30 14
Octal 114 50 33 0 57 100 106 20 60 24
Binary 1001100 101000 11011 0 101111 1000000 1000110 10000 110000 10100

Color Harmonies of #4C281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C281B

Black with #4C281B

Text Example


Text Example

White with #4C281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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