#484309

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

Shades of Madras #484309

Tints of Madras #484309

Color information

#484309 (or 0x484309) is unknown color: approx Madras. HEX triplet: 48, 43 and 09. RGB value is (72,67,9). Sum of RGB (Red+Green+Blue) = 72+67+9=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484309 is #B7BCF6. Grayscale: #3E3E3E. Windows color (decimal): -12041463 or 607048. OLE color: 607048.

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

Color convert

RGB72679-
CMYK00.070.880.72
HSL55.24º77.78%15.88%-
HSV(B)55.24º87.5%28.24%-
XYZ4.735.411.05-
YUV61.8898.16135.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=48.65%
G=45.27%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7267900.070.880.7255.2477.7815.88
Hex48439075848374e10
Octal11010311071301106711620
Binary100100010000111001011110110001001000110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484309; }

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

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

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

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

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

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

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

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