#484315

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

Shades of Madras #484315

Tints of Madras #484315

Color information

#484315 (or 0x484315) is unknown color: approx Madras. HEX triplet: 48, 43 and 15. RGB value is (72,67,21). Sum of RGB (Red+Green+Blue) = 72+67+21=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484315 is #B7BCEA. Grayscale: #3F3F3F. Windows color (decimal): -12041451 or 1393480. OLE color: 1393480.

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

Color convert

RGB726721-
CMYK00.070.710.72
HSL54.12º54.84%18.24%-
HSV(B)54.12º70.83%28.24%-
XYZ4.815.451.51-
YUV63.25104.16134.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=45%
G=41.88%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72672100.070.710.7254.1254.8418.24
Hex484315074748363712
Octal1101032507107110666722
Binary100100010000111010101111000111100100011011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484315; }

 p { color: rgb(72,67,21); }

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

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

 a { background-color: rgb(72,67,21); }

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

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

 span { border-color: rgb(72,67,21); }

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