#4C261A

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

Shades of Indian Tan #4C261A

Tints of Indian Tan #4C261A

Color information

#4C261A (or 0x4C261A) is unknown color: approx Indian Tan. HEX triplet: 4C, 26 and 1A. RGB value is (76,38,26). Sum of RGB (Red+Green+Blue) = 76+38+26=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C261A is #B3D9E5. Grayscale: #303030. Windows color (decimal): -11786726 or 1713740. OLE color: 1713740.

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

Color convert

RGB763826-
CMYK00.50.660.70
HSL14.4º49.02%20%-
HSV(B)14.4º65.79%29.8%-
XYZ3.8631.35-
YUV47.99115.59147.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=54.29%
G=27.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76382600.50.660.7014.449.0220
Hex4C261A0324246e3114
Octal1144632062102106166124
Binary100110010011011010011001010000101000110111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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