#4B4019

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

Shades of Madras #4B4019

Tints of Madras #4B4019

Color information

#4B4019 (or 0x4B4019) is unknown color: approx Madras. HEX triplet: 4B, 40 and 19. RGB value is (75,64,25). Sum of RGB (Red+Green+Blue) = 75+64+25=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4019 is #B4BFE6. Grayscale: #3F3F3F. Windows color (decimal): -11845607 or 1654859. OLE color: 1654859.

HSL color Cylindrical-coordinate representation of color #4B4019: hue angle of 46.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B4019 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB756425-
CMYK00.150.670.71
HSL46.8º50%19.61%-
HSV(B)46.8º66.67%29.41%-
XYZ4.915.231.67-
YUV62.84106.64136.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.73%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=45.73%
G=39.02%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75642500.150.670.7146.85019.61
Hex4B40190F43472f3214
Octal11310031017103107576224
Binary1001011100000011001011111000011100011110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,64,25); }

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

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

 a { background-color: rgb(75,64,25); }

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

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

 span { border-color: rgb(75,64,25); }

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