#483B1E

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

Shades of Madras #483B1E

Tints of Madras #483B1E

Color information

#483B1E (or 0x483B1E) is unknown color: approx Madras. HEX triplet: 48, 3B and 1E. RGB value is (72,59,30). Sum of RGB (Red+Green+Blue) = 72+59+30=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B1E is #B7C4E1. Grayscale: #3B3B3B. Windows color (decimal): -12043490 or 1981256. OLE color: 1981256.

HSL color Cylindrical-coordinate representation of color #483B1E: hue angle of 41.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483B1E is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB725930-
CMYK00.180.580.72
HSL41.43º41.18%20%-
HSV(B)41.43º58.33%28.24%-
XYZ4.474.61.88-
YUV59.58111.31136.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=44.72%
G=36.65%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72593000.180.580.7241.4341.1820
Hex483B1E0123A48292914
Octal110733602272110515124
Binary100100011101111110010010111010100100010100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,30); }

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

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

 a { background-color: rgb(72,59,30); }

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

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

 span { border-color: rgb(72,59,30); }

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