#4B4511

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

Shades of Madras #4B4511

Tints of Madras #4B4511

Color information

#4B4511 (or 0x4B4511) is unknown color: approx Madras. HEX triplet: 4B, 45 and 11. RGB value is (75,69,17). Sum of RGB (Red+Green+Blue) = 75+69+17=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4511 is #B4BAEE. Grayscale: #414141. Windows color (decimal): -11844335 or 1131851. OLE color: 1131851.

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

Color convert

RGB756917-
CMYK00.080.770.71
HSL53.79º63.04%18.04%-
HSV(B)53.79º77.33%29.41%-
XYZ5.135.791.38-
YUV64.87100.99135.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=46.58%
G=42.86%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75691700.080.770.7153.7963.0418.04
Hex4B4511084D47363f12
Octal11310521010115107667722
Binary1001011100010110001010001001101100011111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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