#48420D

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

Shades of Madras #48420D

Tints of Madras #48420D

Color information

#48420D (or 0x48420D) is unknown color: approx Madras. HEX triplet: 48, 42 and 0D. RGB value is (72,66,13). Sum of RGB (Red+Green+Blue) = 72+66+13=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48420D is #B7BDF2. Grayscale: #3D3D3D. Windows color (decimal): -12041715 or 868936. OLE color: 868936.

HSL color Cylindrical-coordinate representation of color #48420D: hue angle of 53.9º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48420D is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB726613-
CMYK00.080.820.72
HSL53.9º69.41%16.67%-
HSV(B)53.9º81.94%28.24%-
XYZ4.695.31.16-
YUV61.75100.49135.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=47.68%
G=43.71%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72661300.080.820.7253.969.4116.67
Hex4842D085248364511
Octal110102150101221106610521
Binary1001000100001011010100010100101001000110110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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