#484412

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

Shades of Madras #484412

Tints of Madras #484412

Color information

#484412 (or 0x484412) is unknown color: approx Madras. HEX triplet: 48, 44 and 12. RGB value is (72,68,18). Sum of RGB (Red+Green+Blue) = 72+68+18=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484412 is #B7BBED. Grayscale: #3F3F3F. Windows color (decimal): -12041198 or 1197128. OLE color: 1197128.

HSL color Cylindrical-coordinate representation of color #484412: hue angle of 55.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #484412 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB726818-
CMYK00.060.750.72
HSL55.56º60%17.65%-
HSV(B)55.56º75%28.24%-
XYZ4.855.561.39-
YUV63.5102.33134.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=45.57%
G=43.04%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72681800.060.750.7255.566017.65
Hex484412064B48383c12
Octal1101042206113110707422
Binary100100010001001001001101001011100100011100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484412; }

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

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

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

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

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

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

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

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