#483701

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

Shades of Madras #483701

Tints of Madras #483701

Color information

#483701 (or 0x483701) is unknown color: approx Madras. HEX triplet: 48, 37 and 01. RGB value is (72,55,1). Sum of RGB (Red+Green+Blue) = 72+55+1=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #483701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483701 is #B7C8FE. Grayscale: #363636. Windows color (decimal): -12044543 or 79688. OLE color: 79688.

HSL color Cylindrical-coordinate representation of color #483701: hue angle of 45.63º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #483701 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72551-
CMYK00.240.990.72
HSL45.63º97.26%14.31%-
HSV(B)45.63º98.61%28.24%-
XYZ4.044.110.61-
YUV53.9398.13140.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 55 (21.88% from 255) = 42.97%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=56.25%
G=42.97%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255100.240.990.7245.6397.2614.31
Hex4837101863482e61e
Octal1106710301431105614116
Binary100100011011110110001100011100100010111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483701; }

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

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

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

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

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

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

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

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