#4C2408

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

Shades of Indian Tan #4C2408

Tints of Indian Tan #4C2408

Color information

#4C2408 (or 0x4C2408) is unknown color: approx Indian Tan. HEX triplet: 4C, 24 and 08. RGB value is (76,36,8). Sum of RGB (Red+Green+Blue) = 76+36+8=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2408 is #B3DBF7. Grayscale: #2C2C2C. Windows color (decimal): -11787256 or 533580. OLE color: 533580.

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

Color convert

RGB76368-
CMYK00.530.890.70
HSL24.71º80.95%16.47%-
HSV(B)24.71º89.47%29.8%-
XYZ3.662.820.58-
YUV44.77107.25150.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.33%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=63.33%
G=30%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7636800.530.890.7024.7180.9516.47
Hex4C2480355946195110
Octal11444100651311063112120
Binary1001100100100100001101011011001100011011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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