#4B421B

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

Shades of Madras #4B421B

Tints of Madras #4B421B

Color information

#4B421B (or 0x4B421B) is unknown color: approx Madras. HEX triplet: 4B, 42 and 1B. RGB value is (75,66,27). Sum of RGB (Red+Green+Blue) = 75+66+27=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B421B is #B4BDE4. Grayscale: #404040. Windows color (decimal): -11845093 or 1786443. OLE color: 1786443.

HSL color Cylindrical-coordinate representation of color #4B421B: hue angle of 48.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B421B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB756627-
CMYK00.120.640.71
HSL48.75º47.06%20%-
HSV(B)48.75º64%29.41%-
XYZ5.055.471.83-
YUV64.24106.98135.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=44.64%
G=39.29%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75662700.120.640.7148.7547.0620
Hex4B421B0C4047312f14
Octal11310233014100107615724
Binary1001011100001011011011001000000100011111000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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