#4a260a

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

Shades of Indian Tan #4A260A

Tints of Indian Tan #4A260A

Color information

#4A260A (or 0x4A260A) is unknown color: approx Indian Tan. HEX triplet: 4A, 26 and 0A. RGB value is (74,38,10). Sum of RGB (Red+Green+Blue) = 74+38+10=122 (16% of max value = 765). Red value is 74 (29.30% from 255 or 60.66% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 74 - color contains mainly: red. Hex color #4A260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A260A is #B5D9F5. Grayscale: #2D2D2D. Windows color (decimal): -11917814 or 665162. OLE color: 665162.

HSL color Cylindrical-coordinate representation of color #4A260A: hue angle of 26.25º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A260A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB743810-
CMYK00.490.860.71
HSL26.25º76.19%16.47%-
HSV(B)26.25º86.49%29.02%-
XYZ3.572.860.65-
YUV45.57107.93148.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 60.66%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=60.66%
G=31.15%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74381000.490.860.7126.2576.1916.47
Hex4A26A03156471a4c10
Octal11246120611261073211420
Binary1001010100110101001100011010110100011111010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a260a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,38,10); }

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

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

 a { background-color: rgb(74,38,10); }

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

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

 span { border-color: rgb(74,38,10); }

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