#4B3327

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

Shades of Indian Tan #4B3327

Tints of Indian Tan #4B3327

Color information

#4B3327 (or 0x4B3327) is unknown color: approx Indian Tan. HEX triplet: 4B, 33 and 27. RGB value is (75,51,39). Sum of RGB (Red+Green+Blue) = 75+51+39=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3327 is #B4CCD8. Grayscale: #383838. Windows color (decimal): -11848921 or 2569035. OLE color: 2569035.

HSL color Cylindrical-coordinate representation of color #4B3327: hue angle of 20º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3327 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB755139-
CMYK00.320.480.71
HSL20º31.58%22.35%-
HSV(B)20º48%29.41%-
XYZ4.454.012.46-
YUV56.81117.95140.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=45.45%
G=30.91%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75513900.320.480.712031.5822.35
Hex4B33270203047142016
Octal113634704060107244026
Binary1001011110011100111010000011000010001111010010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,39); }

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

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

 a { background-color: rgb(75,51,39); }

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

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

 span { border-color: rgb(75,51,39); }

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