#483902

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

Shades of Madras #483902

Tints of Madras #483902

Color information

#483902 (or 0x483902) is unknown color: approx Madras. HEX triplet: 48, 39 and 02. RGB value is (72,57,2). Sum of RGB (Red+Green+Blue) = 72+57+2=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483902 is #B7C6FD. Grayscale: #373737. Windows color (decimal): -12044030 or 145736. OLE color: 145736.

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

Color convert

RGB72572-
CMYK00.210.970.72
HSL47.14º94.59%14.51%-
HSV(B)47.14º97.22%28.24%-
XYZ4.154.310.67-
YUV55.2297.97139.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=54.96%
G=43.51%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7257200.210.970.7247.1494.5914.51
Hex4839201561482f5ff
Octal1107120251411105713717
Binary1001000111001100101011100001100100010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483902; }

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

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

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

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

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

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

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

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