#4B3D1D

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

Shades of Madras #4B3D1D

Tints of Madras #4B3D1D

Color information

#4B3D1D (or 0x4B3D1D) is unknown color: approx Madras. HEX triplet: 4B, 3D and 1D. RGB value is (75,61,29). Sum of RGB (Red+Green+Blue) = 75+61+29=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D1D is #B4C2E2. Grayscale: #3D3D3D. Windows color (decimal): -11846371 or 1916235. OLE color: 1916235.

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

Color convert

RGB756129-
CMYK00.190.610.71
HSL41.74º44.23%20.39%-
HSV(B)41.74º61.33%29.41%-
XYZ4.794.921.86-
YUV61.54109.64137.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=45.45%
G=36.97%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75612900.190.610.7141.7444.2320.39
Hex4B3D1D0133D472a2c14
Octal113753502375107525424
Binary100101111110111101010011111101100011110101010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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