#4C240D

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

Shades of Indian Tan #4C240D

Tints of Indian Tan #4C240D

Color information

#4C240D (or 0x4C240D) is unknown color: approx Indian Tan. HEX triplet: 4C, 24 and 0D. RGB value is (76,36,13). Sum of RGB (Red+Green+Blue) = 76+36+13=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C240D is #B3DBF2. Grayscale: #2D2D2D. Windows color (decimal): -11787251 or 861260. OLE color: 861260.

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

Color convert

RGB763613-
CMYK00.530.830.70
HSL21.9º70.79%17.45%-
HSV(B)21.9º82.89%29.8%-
XYZ3.682.830.73-
YUV45.34109.75149.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.8%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=60.8%
G=28.8%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76361300.530.830.7021.970.7917.45
Hex4C24D0355346164711
Octal11444150651231062610721
Binary1001100100100110101101011010011100011010110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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