#48440C

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

Shades of Madras #48440C

Tints of Madras #48440C

Color information

#48440C (or 0x48440C) is unknown color: approx Madras. HEX triplet: 48, 44 and 0C. RGB value is (72,68,12). Sum of RGB (Red+Green+Blue) = 72+68+12=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48440C is #B7BBF3. Grayscale: #3F3F3F. Windows color (decimal): -12041204 or 803912. OLE color: 803912.

HSL color Cylindrical-coordinate representation of color #48440C: hue angle of 56º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48440C is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB726812-
CMYK00.060.830.72
HSL56º71.43%16.47%-
HSV(B)56º83.33%28.24%-
XYZ4.815.541.16-
YUV62.8199.33134.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=47.37%
G=44.74%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72681200.060.830.725671.4316.47
Hex4844C065348384710
Octal11010414061231107010720
Binary100100010001001100011010100111001000111000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48440C; }

 p { color: rgb(72,68,12); }

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

<style>
 a { background-color: #48440C; }

 a { background-color: rgb(72,68,12); }

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

<style>
 span { border-color: #48440C; }

 span { border-color: rgb(72,68,12); }

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