#4C3426

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

Shades of Indian Tan #4C3426

Tints of Indian Tan #4C3426

Color information

#4C3426 (or 0x4C3426) is unknown color: approx Indian Tan. HEX triplet: 4C, 34 and 26. RGB value is (76,52,38). Sum of RGB (Red+Green+Blue) = 76+52+38=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3426 is #B3CBD9. Grayscale: #393939. Windows color (decimal): -11783130 or 2503756. OLE color: 2503756.

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

Color convert

RGB765238-
CMYK00.320.50.70
HSL22.11º33.33%22.35%-
HSV(B)22.11º50%29.8%-
XYZ4.564.132.39-
YUV57.58116.95141.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=45.78%
G=31.33%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76523800.320.50.7022.1133.3322.35
Hex4C34260203246162116
Octal114644604062106264126
Binary1001100110100100110010000011001010001101011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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