#48401A

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

Shades of Madras #48401A

Tints of Madras #48401A

Color information

#48401A (or 0x48401A) is unknown color: approx Madras. HEX triplet: 48, 40 and 1A. RGB value is (72,64,26). Sum of RGB (Red+Green+Blue) = 72+64+26=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #48401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48401A is #B7BFE5. Grayscale: #3E3E3E. Windows color (decimal): -12042214 or 1720392. OLE color: 1720392.

HSL color Cylindrical-coordinate representation of color #48401A: hue angle of 49.57º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48401A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB726426-
CMYK00.110.640.72
HSL49.57º46.94%19.22%-
HSV(B)49.57º63.89%28.24%-
XYZ4.695.121.72-
YUV62.06107.65135.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=44.44%
G=39.51%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72642600.110.640.7249.5746.9419.22
Hex48401A0B4048322f13
Octal11010032013100110625723
Binary1001000100000011010010111000000100100011001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48401A; }

 p { color: rgb(72,64,26); }

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

<style>
 a { background-color: #48401A; }

 a { background-color: rgb(72,64,26); }

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

<style>
 span { border-color: #48401A; }

 span { border-color: rgb(72,64,26); }

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