#4B421D

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

Shades of Madras #4B421D

Tints of Madras #4B421D

Color information

#4B421D (or 0x4B421D) is unknown color: approx Madras. HEX triplet: 4B, 42 and 1D. RGB value is (75,66,29). Sum of RGB (Red+Green+Blue) = 75+66+29=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B421D is #B4BDE2. Grayscale: #404040. Windows color (decimal): -11845091 or 1917515. OLE color: 1917515.

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

Color convert

RGB756629-
CMYK00.120.610.71
HSL48.26º44.23%20.39%-
HSV(B)48.26º61.33%29.41%-
XYZ5.075.481.95-
YUV64.47107.98135.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.12%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=44.12%
G=38.82%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75662900.120.610.7148.2644.2320.39
Hex4B421D0C3D47302c14
Octal1131023501475107605424
Binary100101110000101110101100111101100011111000010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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