#4C240B

Color #4C240B Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #4C240B

Tints of Indian Tan #4C240B

Color information

#4C240B (or 0x4C240B) is unknown color: approx Indian Tan. HEX triplet: 4C, 24 and 0B. RGB value is (76,36,11). Sum of RGB (Red+Green+Blue) = 76+36+11=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C240B is #B3DBF4. Grayscale: #2D2D2D. Windows color (decimal): -11787253 or 730188. OLE color: 730188.

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

Color convert

RGB763611-
CMYK00.530.860.70
HSL23.08º74.71%17.06%-
HSV(B)23.08º85.53%29.8%-
XYZ3.672.820.67-
YUV45.11108.75150.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 61.79%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=61.79%
G=29.27%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76361100.530.860.7023.0874.7117.06
Hex4C24B0355646174b11
Octal11444130651261062711321
Binary1001100100100101101101011010110100011010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C240B;
 }
 .AnyTagClassName
 {
   color: #4C240B;
 }
</style>
background-color css

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

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

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

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

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

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