#4B4214

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

Shades of Madras #4B4214

Tints of Madras #4B4214

Color information

#4B4214 (or 0x4B4214) is unknown color: approx Madras. HEX triplet: 4B, 42 and 14. RGB value is (75,66,20). Sum of RGB (Red+Green+Blue) = 75+66+20=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4214 is #B4BDEB. Grayscale: #3F3F3F. Windows color (decimal): -11845100 or 1327691. OLE color: 1327691.

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

Color convert

RGB756620-
CMYK00.120.730.71
HSL50.18º57.89%18.63%-
HSV(B)50.18º73.33%29.41%-
XYZ4.985.441.45-
YUV63.45103.48136.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=46.58%
G=40.99%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75662000.120.730.7150.1857.8918.63
Hex4B42140C4947323a13
Octal11310224014111107627223
Binary1001011100001010100011001001001100011111001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,20); }

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

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

 a { background-color: rgb(75,66,20); }

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

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

 span { border-color: rgb(75,66,20); }

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