#484219

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

Shades of Madras #484219

Tints of Madras #484219

Color information

#484219 (or 0x484219) is unknown color: approx Madras. HEX triplet: 48, 42 and 19. RGB value is (72,66,25). Sum of RGB (Red+Green+Blue) = 72+66+25=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #484219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484219 is #B7BDE6. Grayscale: #3F3F3F. Windows color (decimal): -12041703 or 1655368. OLE color: 1655368.

HSL color Cylindrical-coordinate representation of color #484219: hue angle of 52.34º 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 #484219 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB726625-
CMYK00.080.650.72
HSL52.34º48.45%19.02%-
HSV(B)52.34º65.28%28.24%-
XYZ4.85.341.7-
YUV63.12106.49134.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=44.17%
G=40.49%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72662500.080.650.7252.3448.4519.02
Hex484219084148343013
Octal11010231010101110646023
Binary1001000100001011001010001000001100100011010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484219; }

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

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

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

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

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

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

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

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