#483916

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

Shades of Madras #483916

Tints of Madras #483916

Color information

#483916 (or 0x483916) is unknown color: approx Madras. HEX triplet: 48, 39 and 16. RGB value is (72,57,22). Sum of RGB (Red+Green+Blue) = 72+57+22=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #483916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483916 is #B7C6E9. Grayscale: #393939. Windows color (decimal): -12044010 or 1456456. OLE color: 1456456.

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

Color convert

RGB725722-
CMYK00.210.690.72
HSL42º53.19%18.43%-
HSV(B)42º69.44%28.24%-
XYZ4.284.361.38-
YUV57.5107.97138.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=47.68%
G=37.75%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72572200.210.690.724253.1918.43
Hex48391601545482a3512
Octal1107126025105110526522
Binary1001000111001101100101011000101100100010101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483916; }

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

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

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

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

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

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

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

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