#4B4116

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

Shades of Madras #4B4116

Tints of Madras #4B4116

Color information

#4B4116 (or 0x4B4116) is unknown color: approx Madras. HEX triplet: 4B, 41 and 16. RGB value is (75,65,22). Sum of RGB (Red+Green+Blue) = 75+65+22=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4116 is #B4BEE9. Grayscale: #3F3F3F. Windows color (decimal): -11845354 or 1458507. OLE color: 1458507.

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

Color convert

RGB756522-
CMYK00.130.710.71
HSL48.68º54.64%19.02%-
HSV(B)48.68º70.67%29.41%-
XYZ4.945.331.53-
YUV63.09104.81136.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=46.30%
G=40.12%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75652200.130.710.7148.6854.6419.02
Hex4B41160D4747313713
Octal11310126015107107616723
Binary1001011100000110110011011000111100011111000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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