#483810

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

Shades of Madras #483810

Tints of Madras #483810

Color information

#483810 (or 0x483810) is unknown color: approx Madras. HEX triplet: 48, 38 and 10. RGB value is (72,56,16). Sum of RGB (Red+Green+Blue) = 72+56+16=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483810 is #B7C7EF. Grayscale: #383838. Windows color (decimal): -12044272 or 1062984. OLE color: 1062984.

HSL color Cylindrical-coordinate representation of color #483810: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #483810 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB725616-
CMYK00.220.780.72
HSL42.86º63.64%17.25%-
HSV(B)42.86º77.78%28.24%-
XYZ4.184.241.09-
YUV56.22105.3139.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72561600.220.780.7242.8663.6417.25
Hex4838100164E482b4011
Octal11070200261161105310021
Binary10010001110001000001011010011101001000101011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483810; }

 p { color: rgb(72,56,16); }

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

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

 a { background-color: rgb(72,56,16); }

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

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

 span { border-color: rgb(72,56,16); }

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