#484419

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

Shades of Madras #484419

Tints of Madras #484419

Color information

#484419 (or 0x484419) is unknown color: approx Madras. HEX triplet: 48, 44 and 19. RGB value is (72,68,25). Sum of RGB (Red+Green+Blue) = 72+68+25=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #484419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484419 is #B7BBE6. Grayscale: #404040. Windows color (decimal): -12041191 or 1655880. OLE color: 1655880.

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

Color convert

RGB726825-
CMYK00.060.650.72
HSL54.89º48.45%19.02%-
HSV(B)54.89º65.28%28.24%-
XYZ4.925.581.74-
YUV64.29105.83133.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=43.64%
G=41.21%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72682500.060.650.7254.8948.4519.02
Hex484419064148373013
Octal1101043106101110676023
Binary100100010001001100101101000001100100011011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484419; }

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

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

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

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

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

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

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

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