#48421B

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

Shades of Madras #48421B

Tints of Madras #48421B

Color information

#48421B (or 0x48421B) is unknown color: approx Madras. HEX triplet: 48, 42 and 1B. RGB value is (72,66,27). Sum of RGB (Red+Green+Blue) = 72+66+27=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48421B is #B7BDE4. Grayscale: #3F3F3F. Windows color (decimal): -12041701 or 1786440. OLE color: 1786440.

HSL color Cylindrical-coordinate representation of color #48421B: hue angle of 52º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48421B is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB726627-
CMYK00.080.620.72
HSL52º45.45%19.41%-
HSV(B)52º62.5%28.24%-
XYZ4.825.351.82-
YUV63.35107.49134.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=43.64%
G=40%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72662700.080.620.725245.4519.41
Hex48421B083E48342d13
Octal1101023301076110645523
Binary100100010000101101101000111110100100011010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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