#484102

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

Shades of Madras #484102

Tints of Madras #484102

Color information

#484102 (or 0x484102) is unknown color: approx Madras. HEX triplet: 48, 41 and 02. RGB value is (72,65,2). Sum of RGB (Red+Green+Blue) = 72+65+2=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #484102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484102 is #B7BEFD. Grayscale: #3C3C3C. Windows color (decimal): -12041982 or 147784. OLE color: 147784.

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

Color convert

RGB72652-
CMYK00.100.970.72
HSL54º94.59%14.51%-
HSV(B)54º97.22%28.24%-
XYZ4.575.160.81-
YUV59.9195.32136.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=51.80%
G=46.76%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7265200.100.970.725494.5914.51
Hex484120A6148365ff
Octal11010120121411106613717
Binary1001000100000110010101100001100100011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484102; }

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

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

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

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

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

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

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

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