#4C280C

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

Shades of Indian Tan #4C280C

Tints of Indian Tan #4C280C

Color information

#4C280C (or 0x4C280C) is unknown color: approx Indian Tan. HEX triplet: 4C, 28 and 0C. RGB value is (76,40,12). Sum of RGB (Red+Green+Blue) = 76+40+12=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C280C is #B3D7F3. Grayscale: #2F2F2F. Windows color (decimal): -11786228 or 796748. OLE color: 796748.

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

Color convert

RGB764012-
CMYK00.470.840.70
HSL26.25º72.73%17.25%-
HSV(B)26.25º84.21%29.8%-
XYZ3.813.080.74-
YUV47.57107.93148.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.38%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=59.38%
G=31.25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76401200.470.840.7026.2572.7317.25
Hex4C28C02F54461a4911
Octal11450140571241063211121
Binary1001100101000110001011111010100100011011010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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