#483E1B

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

Shades of Madras #483E1B

Tints of Madras #483E1B

Color information

#483E1B (or 0x483E1B) is unknown color: approx Madras. HEX triplet: 48, 3E and 1B. RGB value is (72,62,27). Sum of RGB (Red+Green+Blue) = 72+62+27=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E1B is #B7C1E4. Grayscale: #3D3D3D. Windows color (decimal): -12042725 or 1785416. OLE color: 1785416.

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

Color convert

RGB726227-
CMYK00.140.620.72
HSL46.67º45.45%19.41%-
HSV(B)46.67º62.5%28.24%-
XYZ4.594.91.74-
YUV61108.81135.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 62 (24.61% from 255) = 38.51%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=44.72%
G=38.51%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72622700.140.620.7246.6745.4519.41
Hex483E1B0E3E482f2d13
Octal110763301676110575523
Binary10010001111101101101110111110100100010111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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