#484107

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

Shades of Madras #484107

Tints of Madras #484107

Color information

#484107 (or 0x484107) is unknown color: approx Madras. HEX triplet: 48, 41 and 07. RGB value is (72,65,7). Sum of RGB (Red+Green+Blue) = 72+65+7=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484107 is #B7BEF8. Grayscale: #3C3C3C. Windows color (decimal): -12041977 or 475464. OLE color: 475464.

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

Color convert

RGB72657-
CMYK00.100.900.72
HSL53.54º82.28%15.49%-
HSV(B)53.54º90.28%28.24%-
XYZ4.65.170.96-
YUV60.4897.82136.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=50%
G=45.14%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7265700.100.900.7253.5482.2815.49
Hex484170A5A483652f
Octal11010170121321106612217
Binary10010001000001111010101011010100100011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484107; }

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

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

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

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

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

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

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

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