#4B4219

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

Shades of Madras #4B4219

Tints of Madras #4B4219

Color information

#4B4219 (or 0x4B4219) is unknown color: approx Madras. HEX triplet: 4B, 42 and 19. RGB value is (75,66,25). Sum of RGB (Red+Green+Blue) = 75+66+25=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4219 is #B4BDE6. Grayscale: #404040. Windows color (decimal): -11845095 or 1655371. OLE color: 1655371.

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

Color convert

RGB756625-
CMYK00.120.670.71
HSL49.2º50%19.61%-
HSV(B)49.2º66.67%29.41%-
XYZ5.035.461.71-
YUV64.02105.98135.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=45.18%
G=39.76%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75662500.120.670.7149.25019.61
Hex4B42190C4347313214
Octal11310231014103107616224
Binary1001011100001011001011001000011100011111000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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