#483704

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

Shades of Madras #483704

Tints of Madras #483704

Color information

#483704 (or 0x483704) is unknown color: approx Madras. HEX triplet: 48, 37 and 04. RGB value is (72,55,4). Sum of RGB (Red+Green+Blue) = 72+55+4=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483704 is #B7C8FB. Grayscale: #363636. Windows color (decimal): -12044540 or 276296. OLE color: 276296.

HSL color Cylindrical-coordinate representation of color #483704: hue angle of 45º 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 #483704 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72554-
CMYK00.240.940.72
HSL45º89.47%14.9%-
HSV(B)45º94.44%28.24%-
XYZ4.064.120.7-
YUV54.2799.63140.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=54.96%
G=41.98%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255400.240.940.724589.4714.9
Hex483740185E482d59f
Octal1106740301361105513117
Binary10010001101111000110001011110100100010110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483704; }

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

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

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

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

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

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

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

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