Html Css Color HEX #4C2413 Indian Tan

📋 copy color: '#4C2413'

red 76 ◦ green 36 ◦ blue 19

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

Shades of Indian Tan #4C2413

Tints of Indian Tan #4C2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.48%

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 58.02%
G = 27.48%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C2413 (or 0x4C2413) is known color: Indian Tan. HEX triplet: 4C, 24 and 13. RGB value is (76,36,19). Sum of RGB (Red+Green+Blue) = 76+36+19=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2413 is #B3DBEC. Grayscale: #2E2E2E. Windows color (decimal): -11787245 or 1254476. OLE color: 1254476.

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

Color convert

RGB 76 36 19 -
CMYK 0 0.53 0.75 0.70
HSL 17.89º 0.6% 0.19% -
HSV(B) 17.89º 0.75% 0.3% -
XYZ 3.73 2.85 0.97 -
YUV 46.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 76 36 19 0 0.53 0.75 0.70 17.89 0.6 0.19
Hex 4C 24 13 0 35 4B 46 12 3C 13
Octal 114 44 23 0 65 113 106 22 74 23
Binary 1001100 100100 10011 0 110101 1001011 1000110 10010 111100 10011

Color Harmonies of #4C2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2413

Black with #4C2413

Text Example


Text Example

White with #4C2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,19); }

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

background-color css

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

 a { background-color: rgb(76,36,19); }

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

border-color css

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

 span { border-color: rgb(76,36,19); }

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