#4C280D

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

Shades of Indian Tan #4C280D

Tints of Indian Tan #4C280D

Color information

#4C280D (or 0x4C280D) is unknown color: approx Indian Tan. HEX triplet: 4C, 28 and 0D. RGB value is (76,40,13). Sum of RGB (Red+Green+Blue) = 76+40+13=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C280D is #B3D7F2. Grayscale: #2F2F2F. Windows color (decimal): -11786227 or 862284. OLE color: 862284.

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

Color convert

RGB764013-
CMYK00.470.830.70
HSL25.71º70.79%17.45%-
HSV(B)25.71º82.89%29.8%-
XYZ3.813.080.77-
YUV47.69108.43148.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.91%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=58.91%
G=31.01%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76401300.470.830.7025.7170.7917.45
Hex4C28D02F53461a4711
Octal11450150571231063210721
Binary1001100101000110101011111010011100011011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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