#4B2614

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

Shades of Indian Tan #4B2614

Tints of Indian Tan #4B2614

Color information

#4B2614 (or 0x4B2614) is unknown color: approx Indian Tan. HEX triplet: 4B, 26 and 14. RGB value is (75,38,20). Sum of RGB (Red+Green+Blue) = 75+38+20=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2614 is #B4D9EB. Grayscale: #2F2F2F. Windows color (decimal): -11852268 or 1320523. OLE color: 1320523.

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

Color convert

RGB753820-
CMYK00.490.730.71
HSL19.64º57.89%18.63%-
HSV(B)19.64º73.33%29.41%-
XYZ3.722.931.03-
YUV47.01112.76147.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=56.39%
G=28.57%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75382000.490.730.7119.6457.8918.63
Hex4B26140314947143a13
Octal1134624061111107247223
Binary1001011100110101000110001100100110001111010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,20); }

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

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

 a { background-color: rgb(75,38,20); }

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

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

 span { border-color: rgb(75,38,20); }

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