#4B4414

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

Shades of Madras #4B4414

Tints of Madras #4B4414

Color information

#4B4414 (or 0x4B4414) is unknown color: approx Madras. HEX triplet: 4B, 44 and 14. RGB value is (75,68,20). Sum of RGB (Red+Green+Blue) = 75+68+20=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4414 is #B4BBEB. Grayscale: #404040. Windows color (decimal): -11844588 or 1328203. OLE color: 1328203.

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

Color convert

RGB756820-
CMYK00.090.730.71
HSL52.36º57.89%18.63%-
HSV(B)52.36º73.33%29.41%-
XYZ5.15.681.49-
YUV64.62102.82135.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.01%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=46.01%
G=41.72%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75682000.090.730.7152.3657.8918.63
Hex4B4414094947343a13
Octal11310424011111107647223
Binary1001011100010010100010011001001100011111010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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