#4B4616

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

Shades of Madras #4B4616

Tints of Madras #4B4616

Color information

#4B4616 (or 0x4B4616) is unknown color: approx Madras. HEX triplet: 4B, 46 and 16. RGB value is (75,70,22). Sum of RGB (Red+Green+Blue) = 75+70+22=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4616 is #B4B9E9. Grayscale: #424242. Windows color (decimal): -11844074 or 1459787. OLE color: 1459787.

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

Color convert

RGB757022-
CMYK00.070.710.71
HSL54.34º54.64%19.02%-
HSV(B)54.34º70.67%29.41%-
XYZ5.245.931.63-
YUV66.02103.16134.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=44.91%
G=41.92%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75702200.070.710.7154.3454.6419.02
Hex4B4616074747363713
Octal1131062607107107666723
Binary100101110001101011001111000111100011111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,22); }

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

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

 a { background-color: rgb(75,70,22); }

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

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

 span { border-color: rgb(75,70,22); }

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