#48421F

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

Shades of Madras #48421F

Tints of Madras #48421F

Color information

#48421F (or 0x48421F) is unknown color: approx Madras. HEX triplet: 48, 42 and 1F. RGB value is (72,66,31). Sum of RGB (Red+Green+Blue) = 72+66+31=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48421F is #B7BDE0. Grayscale: #3F3F3F. Windows color (decimal): -12041697 or 2048584. OLE color: 2048584.

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

Color convert

RGB726631-
CMYK00.080.570.72
HSL51.22º39.81%20.2%-
HSV(B)51.22º56.94%28.24%-
XYZ4.875.372.08-
YUV63.8109.49133.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=42.60%
G=39.05%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72663100.080.570.7251.2239.8120.2
Hex48421F083948332814
Octal1101023701071110635024
Binary100100010000101111101000111001100100011001110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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