#484413

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

Shades of Madras #484413

Tints of Madras #484413

Color information

#484413 (or 0x484413) is unknown color: approx Madras. HEX triplet: 48, 44 and 13. RGB value is (72,68,19). Sum of RGB (Red+Green+Blue) = 72+68+19=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #484413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484413 is #B7BBEC. Grayscale: #3F3F3F. Windows color (decimal): -12041197 or 1262664. OLE color: 1262664.

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

Color convert

RGB726819-
CMYK00.060.740.72
HSL55.47º58.24%17.84%-
HSV(B)55.47º73.61%28.24%-
XYZ4.865.561.43-
YUV63.61102.83133.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=45.28%
G=42.77%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72681900.060.740.7255.4758.2417.84
Hex484413064A48373a12
Octal1101042306112110677222
Binary100100010001001001101101001010100100011011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484413; }

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

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

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

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

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

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

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

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