#484001

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

Shades of Madras #484001

Tints of Madras #484001

Color information

#484001 (or 0x484001) is unknown color: approx Madras. HEX triplet: 48, 40 and 01. RGB value is (72,64,1). Sum of RGB (Red+Green+Blue) = 72+64+1=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #484001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484001 is #B7BFFE. Grayscale: #3B3B3B. Windows color (decimal): -12042239 or 81992. OLE color: 81992.

HSL color Cylindrical-coordinate representation of color #484001: hue angle of 53.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #484001 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72641-
CMYK00.110.990.72
HSL53.24º97.26%14.31%-
HSV(B)53.24º98.61%28.24%-
XYZ4.515.050.77-
YUV59.2195.15137.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=52.55%
G=46.72%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7264100.110.990.7253.2497.2614.31
Hex484010B63483561e
Octal11010010131431106514116
Binary100100010000001010111100011100100011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484001; }

 p { color: rgb(72,64,1); }

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

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

 a { background-color: rgb(72,64,1); }

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

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

 span { border-color: rgb(72,64,1); }

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