#484305

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

Shades of Madras #484305

Tints of Madras #484305

Color information

#484305 (or 0x484305) is unknown color: approx Madras. HEX triplet: 48, 43 and 05. RGB value is (72,67,5). Sum of RGB (Red+Green+Blue) = 72+67+5=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484305 is #B7BCFA. Grayscale: #3D3D3D. Windows color (decimal): -12041467 or 344904. OLE color: 344904.

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

Color convert

RGB72675-
CMYK00.070.930.72
HSL55.52º87.01%15.1%-
HSV(B)55.52º93.06%28.24%-
XYZ4.715.40.94-
YUV61.4396.16135.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 46.53%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=50%
G=46.53%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267500.070.930.7255.5287.0115.1
Hex48435075D483857f
Octal1101035071351107012717
Binary1001000100001110101111011101100100011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484305; }

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

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

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

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

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

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

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

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