#483503

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

Shades of Madras #483503

Tints of Madras #483503

Color information

#483503 (or 0x483503) is unknown color: approx Madras. HEX triplet: 48, 35 and 03. RGB value is (72,53,3). Sum of RGB (Red+Green+Blue) = 72+53+3=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #483503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483503 is #B7CAFC. Grayscale: #353535. Windows color (decimal): -12045053 or 210248. OLE color: 210248.

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

Color convert

RGB72533-
CMYK00.260.960.72
HSL43.48º92%14.71%-
HSV(B)43.48º95.83%28.24%-
XYZ3.963.930.64-
YUV52.9899.79141.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=56.25%
G=41.41%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7253300.260.960.7243.489214.71
Hex4835301A60482b5cf
Octal1106530321401105313417
Binary1001000110101110110101100000100100010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483503; }

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

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

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

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

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

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

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

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