#483F1D

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

Shades of Madras #483F1D

Tints of Madras #483F1D

Color information

#483F1D (or 0x483F1D) is unknown color: approx Madras. HEX triplet: 48, 3F and 1D. RGB value is (72,63,29). Sum of RGB (Red+Green+Blue) = 72+63+29=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F1D is #B7C0E2. Grayscale: #3D3D3D. Windows color (decimal): -12042467 or 1916744. OLE color: 1916744.

HSL color Cylindrical-coordinate representation of color #483F1D: hue angle of 47.44º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483F1D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB726329-
CMYK00.120.600.72
HSL47.44º42.57%19.8%-
HSV(B)47.44º59.72%28.24%-
XYZ4.675.021.89-
YUV61.81109.48135.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=43.90%
G=38.41%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72632900.120.600.7247.4442.5719.8
Hex483F1D0C3C482f2b14
Octal110773501474110575324
Binary10010001111111110101100111100100100010111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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