#4B3F14

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

Shades of Madras #4B3F14

Tints of Madras #4B3F14

Color information

#4B3F14 (or 0x4B3F14) is unknown color: approx Madras. HEX triplet: 4B, 3F and 14. RGB value is (75,63,20). Sum of RGB (Red+Green+Blue) = 75+63+20=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3F14 is #B4C0EB. Grayscale: #3D3D3D. Windows color (decimal): -11845868 or 1326923. OLE color: 1326923.

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

Color convert

RGB756320-
CMYK00.160.730.71
HSL46.91º57.89%18.63%-
HSV(B)46.91º73.33%29.41%-
XYZ4.815.11.39-
YUV61.69104.48137.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=47.47%
G=39.87%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75632000.160.730.7146.9157.8918.63
Hex4B3F1401049472f3a13
Octal1137724020111107577223
Binary1001011111111101000100001001001100011110111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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