#4B4710

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

Shades of Madras #4B4710

Tints of Madras #4B4710

Color information

#4B4710 (or 0x4B4710) is unknown color: approx Madras. HEX triplet: 4B, 47 and 10. RGB value is (75,71,16). Sum of RGB (Red+Green+Blue) = 75+71+16=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4710 is #B4B8EF. Grayscale: #424242. Windows color (decimal): -11843824 or 1066827. OLE color: 1066827.

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

Color convert

RGB757116-
CMYK00.050.790.71
HSL55.93º64.84%17.84%-
HSV(B)55.93º78.67%29.41%-
XYZ5.256.041.38-
YUV65.9399.83134.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=46.30%
G=43.83%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75711600.050.790.7155.9364.8417.84
Hex4B4710054F47384112
Octal11310720051171077010122
Binary1001011100011110000010110011111000111111000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,16); }

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

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

 a { background-color: rgb(75,71,16); }

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

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

 span { border-color: rgb(75,71,16); }

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