#483A1B

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

Shades of Madras #483A1B

Tints of Madras #483A1B

Color information

#483A1B (or 0x483A1B) is unknown color: approx Madras. HEX triplet: 48, 3A and 1B. RGB value is (72,58,27). Sum of RGB (Red+Green+Blue) = 72+58+27=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A1B is #B7C5E4. Grayscale: #3A3A3A. Windows color (decimal): -12043749 or 1784392. OLE color: 1784392.

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

Color convert

RGB725827-
CMYK00.190.620.72
HSL41.33º45.45%19.41%-
HSV(B)41.33º62.5%28.24%-
XYZ4.384.481.67-
YUV58.65110.14137.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=45.86%
G=36.94%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72582700.190.620.7241.3345.4519.41
Hex483A1B0133E48292d13
Octal110723302376110515523
Binary100100011101011011010011111110100100010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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