#484100

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

Shades of Madras #484100

Tints of Madras #484100

Color information

#484100 (or 0x484100) is unknown color: approx Madras. HEX triplet: 48, 41 and 00. RGB value is (72,65,0). Sum of RGB (Red+Green+Blue) = 72+65+0=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #484100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484100 is #B7BEFF. Grayscale: #3B3B3B. Windows color (decimal): -12041984 or 16712. OLE color: 16712.

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

Color convert

RGB72650-
CMYK00.1010.72
HSL54.17º100%14.12%-
HSV(B)54.17º100%28.24%-
XYZ4.565.160.76-
YUV59.6894.32136.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.55%
G=47.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7265000.1010.7254.1710014.12
Hex484100A64483664e
Octal11010100121441106614416
Binary100100010000010010101100100100100011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484100; }

 p { color: rgb(72,65,0); }

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

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

 a { background-color: rgb(72,65,0); }

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

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

 span { border-color: rgb(72,65,0); }

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