#4B4220

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

Shades of Madras #4B4220

Tints of Madras #4B4220

Color information

#4B4220 (or 0x4B4220) is unknown color: approx Madras. HEX triplet: 4B, 42 and 20. RGB value is (75,66,32). Sum of RGB (Red+Green+Blue) = 75+66+32=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4220 is #B4BDDF. Grayscale: #404040. Windows color (decimal): -11845088 or 2114123. OLE color: 2114123.

HSL color Cylindrical-coordinate representation of color #4B4220: hue angle of 47.44º 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 #4B4220 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB756632-
CMYK00.120.570.71
HSL47.44º40.19%20.98%-
HSV(B)47.44º57.33%29.41%-
XYZ5.115.52.16-
YUV64.82109.48135.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=43.35%
G=38.15%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75663200.120.570.7147.4440.1920.98
Hex4B42200C39472f2815
Octal1131024001471107575025
Binary1001011100001010000001100111001100011110111110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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