#483F1B

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

Shades of Madras #483F1B

Tints of Madras #483F1B

Color information

#483F1B (or 0x483F1B) is unknown color: approx Madras. HEX triplet: 48, 3F and 1B. RGB value is (72,63,27). Sum of RGB (Red+Green+Blue) = 72+63+27=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F1B is #B7C0E4. Grayscale: #3D3D3D. Windows color (decimal): -12042469 or 1785672. OLE color: 1785672.

HSL color Cylindrical-coordinate representation of color #483F1B: hue angle of 48º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483F1B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB726327-
CMYK00.120.620.72
HSL48º45.45%19.41%-
HSV(B)48º62.5%28.24%-
XYZ4.655.011.76-
YUV61.59108.48135.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=44.44%
G=38.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72632700.120.620.724845.4519.41
Hex483F1B0C3E48302d13
Octal110773301476110605523
Binary10010001111111101101100111110100100011000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F1B; }

 p { color: rgb(72,63,27); }

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

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

 a { background-color: rgb(72,63,27); }

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

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

 span { border-color: rgb(72,63,27); }

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