#4B4120

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

Shades of Madras #4B4120

Tints of Madras #4B4120

Color information

#4B4120 (or 0x4B4120) is unknown color: approx Madras. HEX triplet: 4B, 41 and 20. RGB value is (75,65,32). Sum of RGB (Red+Green+Blue) = 75+65+32=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4120 is #B4BEDF. Grayscale: #404040. Windows color (decimal): -11845344 or 2113867. OLE color: 2113867.

HSL color Cylindrical-coordinate representation of color #4B4120: hue angle of 46.05º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B4120 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB756532-
CMYK00.130.570.71
HSL46.05º40.19%20.98%-
HSV(B)46.05º57.33%29.41%-
XYZ5.055.382.14-
YUV64.23109.81135.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=43.60%
G=37.79%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75653200.130.570.7146.0540.1920.98
Hex4B41200D39472e2815
Octal1131014001571107565025
Binary1001011100000110000001101111001100011110111010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,32); }

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

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

 a { background-color: rgb(75,65,32); }

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

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

 span { border-color: rgb(75,65,32); }

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