#4B401E

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

Shades of Madras #4B401E

Tints of Madras #4B401E

Color information

#4B401E (or 0x4B401E) is unknown color: approx Madras. HEX triplet: 4B, 40 and 1E. RGB value is (75,64,30). Sum of RGB (Red+Green+Blue) = 75+64+30=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B401E is #B4BFE1. Grayscale: #3F3F3F. Windows color (decimal): -11845602 or 1982539. OLE color: 1982539.

HSL color Cylindrical-coordinate representation of color #4B401E: hue angle of 45.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B401E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB756430-
CMYK00.150.600.71
HSL45.33º42.86%20.59%-
HSV(B)45.33º60%29.41%-
XYZ4.975.261.98-
YUV63.41109.14136.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.38%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=44.38%
G=37.87%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75643000.150.600.7145.3342.8620.59
Hex4B401E0F3C472d2b15
Octal1131003601774107555325
Binary100101110000001111001111111100100011110110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,64,30); }

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

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

 a { background-color: rgb(75,64,30); }

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

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

 span { border-color: rgb(75,64,30); }

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