#4B280E

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

Shades of Indian Tan #4B280E

Tints of Indian Tan #4B280E

Color information

#4B280E (or 0x4B280E) is unknown color: approx Indian Tan. HEX triplet: 4B, 28 and 0E. RGB value is (75,40,14). Sum of RGB (Red+Green+Blue) = 75+40+14=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B280E is #B4D7F1. Grayscale: #2F2F2F. Windows color (decimal): -11851762 or 927819. OLE color: 927819.

HSL color Cylindrical-coordinate representation of color #4B280E: hue angle of 25.57º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B280E is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB754014-
CMYK00.470.810.71
HSL25.57º68.54%17.45%-
HSV(B)25.57º81.33%29.41%-
XYZ3.743.050.81-
YUV47.5109.1147.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=58.14%
G=31.01%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75401400.470.810.7125.5768.5417.45
Hex4B28E02F51471a4511
Octal11350160571211073210521
Binary1001011101000111001011111010001100011111010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,14); }

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

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

 a { background-color: rgb(75,40,14); }

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

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

 span { border-color: rgb(75,40,14); }

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