#48401E

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

Shades of Madras #48401E

Tints of Madras #48401E

Color information

#48401E (or 0x48401E) is unknown color: approx Madras. HEX triplet: 48, 40 and 1E. RGB value is (72,64,30). Sum of RGB (Red+Green+Blue) = 72+64+30=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48401E is #B7BFE1. Grayscale: #3E3E3E. Windows color (decimal): -12042210 or 1982536. OLE color: 1982536.

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

Color convert

RGB726430-
CMYK00.110.580.72
HSL48.57º41.18%20%-
HSV(B)48.57º58.33%28.24%-
XYZ4.745.141.97-
YUV62.52109.65134.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=43.37%
G=38.55%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72643000.110.580.7248.5741.1820
Hex48401E0B3A48312914
Octal1101003601372110615124
Binary100100010000001111001011111010100100011000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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