#484513

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

Shades of Madras #484513

Tints of Madras #484513

Color information

#484513 (or 0x484513) is unknown color: approx Madras. HEX triplet: 48, 45 and 13. RGB value is (72,69,19). Sum of RGB (Red+Green+Blue) = 72+69+19=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484513 is #B7BAEC. Grayscale: #404040. Windows color (decimal): -12040941 or 1262920. OLE color: 1262920.

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

Color convert

RGB726919-
CMYK00.040.740.72
HSL56.6º58.24%17.84%-
HSV(B)56.6º73.61%28.24%-
XYZ4.925.681.45-
YUV64.2102.49133.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=45%
G=43.12%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72691900.040.740.7256.658.2417.84
Hex484513044A48393a12
Octal1101052304112110717222
Binary100100010001011001101001001010100100011100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484513; }

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

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

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

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

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

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

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

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