#4B2618

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

Shades of Indian Tan #4B2618

Tints of Indian Tan #4B2618

Color information

#4B2618 (or 0x4B2618) is unknown color: approx Indian Tan. HEX triplet: 4B, 26 and 18. RGB value is (75,38,24). Sum of RGB (Red+Green+Blue) = 75+38+24=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2618 is #B4D9E7. Grayscale: #2F2F2F. Windows color (decimal): -11852264 or 1582667. OLE color: 1582667.

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

Color convert

RGB753824-
CMYK00.490.680.71
HSL16.47º51.52%19.41%-
HSV(B)16.47º68%29.41%-
XYZ3.762.951.24-
YUV47.47114.76147.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.74%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=54.74%
G=27.74%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75382400.490.680.7116.4751.5219.41
Hex4B26180314447103413
Octal1134630061104107206423
Binary1001011100110110000110001100010010001111000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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