#4C271A

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

Shades of Indian Tan #4C271A

Tints of Indian Tan #4C271A

Color information

#4C271A (or 0x4C271A) is unknown color: approx Indian Tan. HEX triplet: 4C, 27 and 1A. RGB value is (76,39,26). Sum of RGB (Red+Green+Blue) = 76+39+26=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C271A is #B3D8E5. Grayscale: #303030. Windows color (decimal): -11786470 or 1713996. OLE color: 1713996.

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

Color convert

RGB763926-
CMYK00.490.660.70
HSL15.6º49.02%20%-
HSV(B)15.6º65.79%29.8%-
XYZ3.893.061.36-
YUV48.58115.26147.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.90%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=53.90%
G=27.66%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76392600.490.660.7015.649.0220
Hex4C271A0314246103114
Octal1144732061102106206124
Binary1001100100111110100110001100001010001101000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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