#484218

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

Shades of Madras #484218

Tints of Madras #484218

Color information

#484218 (or 0x484218) is unknown color: approx Madras. HEX triplet: 48, 42 and 18. RGB value is (72,66,24). Sum of RGB (Red+Green+Blue) = 72+66+24=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484218 is #B7BDE7. Grayscale: #3F3F3F. Windows color (decimal): -12041704 or 1589832. OLE color: 1589832.

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

Color convert

RGB726624-
CMYK00.080.670.72
HSL52.5º50%18.82%-
HSV(B)52.5º66.67%28.24%-
XYZ4.795.341.64-
YUV63.01105.99134.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=44.44%
G=40.74%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72662400.080.670.7252.55018.82
Hex484218084348343213
Octal11010230010103110646223
Binary1001000100001011000010001000011100100011010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484218; }

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

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

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

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

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

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

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

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