#483604

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

Shades of Madras #483604

Tints of Madras #483604

Color information

#483604 (or 0x483604) is unknown color: approx Madras. HEX triplet: 48, 36 and 04. RGB value is (72,54,4). Sum of RGB (Red+Green+Blue) = 72+54+4=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483604 is #B7C9FB. Grayscale: #353535. Windows color (decimal): -12044796 or 276040. OLE color: 276040.

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

Color convert

RGB72544-
CMYK00.250.940.72
HSL44.12º89.47%14.9%-
HSV(B)44.12º94.44%28.24%-
XYZ4.014.020.68-
YUV53.6899.96141.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=55.38%
G=41.54%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254400.250.940.7244.1289.4714.9
Hex483640195E482c59f
Octal1106640311361105413117
Binary10010001101101000110011011110100100010110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483604; }

 p { color: rgb(72,54,4); }

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

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

 a { background-color: rgb(72,54,4); }

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

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

 span { border-color: rgb(72,54,4); }

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