#4B2A1A

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

Shades of Indian Tan #4B2A1A

Tints of Indian Tan #4B2A1A

Color information

#4B2A1A (or 0x4B2A1A) is unknown color: approx Indian Tan. HEX triplet: 4B, 2A and 1A. RGB value is (75,42,26). Sum of RGB (Red+Green+Blue) = 75+42+26=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A1A is #B4D5E5. Grayscale: #323232. Windows color (decimal): -11851238 or 1714763. OLE color: 1714763.

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

Color convert

RGB754226-
CMYK00.440.650.71
HSL19.59º48.51%19.8%-
HSV(B)19.59º65.33%29.41%-
XYZ3.923.231.39-
YUV50.04114.43145.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.45%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=52.45%
G=29.37%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75422600.440.650.7119.5948.5119.8
Hex4B2A1A02C4147143114
Octal1135232054101107246124
Binary1001011101010110100101100100000110001111010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,26); }

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

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

 a { background-color: rgb(75,42,26); }

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

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

 span { border-color: rgb(75,42,26); }

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