#483D1B

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

Shades of Madras #483D1B

Tints of Madras #483D1B

Color information

#483D1B (or 0x483D1B) is unknown color: approx Madras. HEX triplet: 48, 3D and 1B. RGB value is (72,61,27). Sum of RGB (Red+Green+Blue) = 72+61+27=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D1B is #B7C2E4. Grayscale: #3C3C3C. Windows color (decimal): -12042981 or 1785160. OLE color: 1785160.

HSL color Cylindrical-coordinate representation of color #483D1B: hue angle of 45.33º 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 #483D1B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB726127-
CMYK00.150.620.72
HSL45.33º45.45%19.41%-
HSV(B)45.33º62.5%28.24%-
XYZ4.544.791.72-
YUV60.41109.14136.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 61 (24.22% from 255) = 38.12%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=45%
G=38.12%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72612700.150.620.7245.3345.4519.41
Hex483D1B0F3E482d2d13
Octal110753301776110555523
Binary10010001111011101101111111110100100010110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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