#4B3D11

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

Shades of Madras #4B3D11

Tints of Madras #4B3D11

Color information

#4B3D11 (or 0x4B3D11) is unknown color: approx Madras. HEX triplet: 4B, 3D and 11. RGB value is (75,61,17). Sum of RGB (Red+Green+Blue) = 75+61+17=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3D11 is #B4C2EE. Grayscale: #3C3C3C. Windows color (decimal): -11846383 or 1129803. OLE color: 1129803.

HSL color Cylindrical-coordinate representation of color #4B3D11: hue angle of 45.52º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B3D11 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB756117-
CMYK00.190.770.71
HSL45.52º63.04%18.04%-
HSV(B)45.52º77.33%29.41%-
XYZ4.674.871.22-
YUV60.17103.64138.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 61 (24.22% from 255) = 39.87%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=49.02%
G=39.87%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75611700.190.770.7145.5263.0418.04
Hex4B3D110134D472e3f12
Octal1137521023115107567722
Binary1001011111101100010100111001101100011110111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,61,17); }

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

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

 a { background-color: rgb(75,61,17); }

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

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

 span { border-color: rgb(75,61,17); }

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