#483C1D

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

Shades of Madras #483C1D

Tints of Madras #483C1D

Color information

#483C1D (or 0x483C1D) is unknown color: approx Madras. HEX triplet: 48, 3C and 1D. RGB value is (72,60,29). Sum of RGB (Red+Green+Blue) = 72+60+29=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C1D is #B7C3E2. Grayscale: #3C3C3C. Windows color (decimal): -12043235 or 1915976. OLE color: 1915976.

HSL color Cylindrical-coordinate representation of color #483C1D: hue angle of 43.26º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483C1D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB726029-
CMYK00.170.600.72
HSL43.26º42.57%19.8%-
HSV(B)43.26º59.72%28.24%-
XYZ4.514.71.83-
YUV60.05110.48136.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=44.72%
G=37.27%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72602900.170.600.7243.2642.5719.8
Hex483C1D0113C482b2b14
Octal110743502174110535324
Binary100100011110011101010001111100100100010101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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