#4C260D

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

Shades of Indian Tan #4C260D

Tints of Indian Tan #4C260D

Color information

#4C260D (or 0x4C260D) is unknown color: approx Indian Tan. HEX triplet: 4C, 26 and 0D. RGB value is (76,38,13). Sum of RGB (Red+Green+Blue) = 76+38+13=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C260D is #B3D9F2. Grayscale: #2E2E2E. Windows color (decimal): -11786739 or 861772. OLE color: 861772.

HSL color Cylindrical-coordinate representation of color #4C260D: hue angle of 23.81º 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 #4C260D is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB763813-
CMYK00.50.830.70
HSL23.81º70.79%17.45%-
HSV(B)23.81º82.89%29.8%-
XYZ3.752.950.75-
YUV46.51109.09149.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.84%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=59.84%
G=29.92%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76381300.50.830.7023.8170.7917.45
Hex4C26D0325346184711
Octal11446150621231063010721
Binary1001100100110110101100101010011100011011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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