#4C260A

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

Shades of Indian Tan #4C260A

Tints of Indian Tan #4C260A

Color information

#4C260A (or 0x4C260A) is unknown color: approx Indian Tan. HEX triplet: 4C, 26 and 0A. RGB value is (76,38,10). Sum of RGB (Red+Green+Blue) = 76+38+10=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C260A is #B3D9F5. Grayscale: #2E2E2E. Windows color (decimal): -11786742 or 665164. OLE color: 665164.

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

Color convert

RGB763810-
CMYK00.50.870.70
HSL25.45º76.74%16.86%-
HSV(B)25.45º86.84%29.8%-
XYZ3.732.940.66-
YUV46.17107.59149.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 61.29%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=61.29%
G=30.65%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76381000.50.870.7025.4576.7416.86
Hex4C26A0325746194d11
Octal11446120621271063111521
Binary1001100100110101001100101010111100011011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,38,10); }

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

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

 a { background-color: rgb(76,38,10); }

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

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

 span { border-color: rgb(76,38,10); }

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