#48421D

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

Shades of Madras #48421D

Tints of Madras #48421D

Color information

#48421D (or 0x48421D) is unknown color: approx Madras. HEX triplet: 48, 42 and 1D. RGB value is (72,66,29). Sum of RGB (Red+Green+Blue) = 72+66+29=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48421D is #B7BDE2. Grayscale: #3F3F3F. Windows color (decimal): -12041699 or 1917512. OLE color: 1917512.

HSL color Cylindrical-coordinate representation of color #48421D: hue angle of 51.63º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48421D is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB726629-
CMYK00.080.600.72
HSL51.63º42.57%19.8%-
HSV(B)51.63º59.72%28.24%-
XYZ4.845.361.94-
YUV63.58108.49134.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=43.11%
G=39.52%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72662900.080.600.7251.6342.5719.8
Hex48421D083C48342b14
Octal1101023501074110645324
Binary100100010000101110101000111100100100011010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48421D; }

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

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

<style>
 a { background-color: #48421D; }

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

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

<style>
 span { border-color: #48421D; }

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

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