#4B400D

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

Shades of Madras #4B400D

Tints of Madras #4B400D

Color information

#4B400D (or 0x4B400D) is unknown color: approx Madras. HEX triplet: 4B, 40 and 0D. RGB value is (75,64,13). Sum of RGB (Red+Green+Blue) = 75+64+13=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B400D is #B4BFF2. Grayscale: #3D3D3D. Windows color (decimal): -11845619 or 868427. OLE color: 868427.

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

Color convert

RGB756413-
CMYK00.150.830.71
HSL49.35º70.45%17.25%-
HSV(B)49.35º82.67%29.41%-
XYZ4.815.191.13-
YUV61.47100.64137.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=49.34%
G=42.11%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75641300.150.830.7149.3570.4517.25
Hex4B40D0F5347314611
Octal113100150171231076110621
Binary1001011100000011010111110100111000111110001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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