#483903

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

Shades of Madras #483903

Tints of Madras #483903

Color information

#483903 (or 0x483903) is unknown color: approx Madras. HEX triplet: 48, 39 and 03. RGB value is (72,57,3). Sum of RGB (Red+Green+Blue) = 72+57+3=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483903 is #B7C6FC. Grayscale: #373737. Windows color (decimal): -12044029 or 211272. OLE color: 211272.

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

Color convert

RGB72573-
CMYK00.210.960.72
HSL46.96º92%14.71%-
HSV(B)46.96º95.83%28.24%-
XYZ4.154.310.7-
YUV55.3398.47139.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=54.55%
G=43.18%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7257300.210.960.7246.969214.71
Hex4839301560482f5cf
Octal1107130251401105713417
Binary1001000111001110101011100000100100010111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483903; }

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

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

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

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

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

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

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

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