#483C1E

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

Shades of Madras #483C1E

Tints of Madras #483C1E

Color information

#483C1E (or 0x483C1E) is unknown color: approx Madras. HEX triplet: 48, 3C and 1E. RGB value is (72,60,30). Sum of RGB (Red+Green+Blue) = 72+60+30=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C1E is #B7C3E1. Grayscale: #3C3C3C. Windows color (decimal): -12043234 or 1981512. OLE color: 1981512.

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

Color convert

RGB726030-
CMYK00.170.580.72
HSL42.86º41.18%20%-
HSV(B)42.86º58.33%28.24%-
XYZ4.524.71.9-
YUV60.17110.98136.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=44.44%
G=37.04%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72603000.170.580.7242.8641.1820
Hex483C1E0113A482b2914
Octal110743602172110535124
Binary100100011110011110010001111010100100010101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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